Skip to content

Commit

Permalink
Merge pull request canonical#1992 from mwhudson/rename-core-integrati…
Browse files Browse the repository at this point in the history
…on-test

rename "core" examples to "core-desktop"
  • Loading branch information
mwhudson authored May 6, 2024
2 parents 771fc13 + d9f4f72 commit b2e9393
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#source-catalog: examples/sources/core.yaml
#source-catalog: examples/sources/core-desktop.yaml
Source:
source: ubuntu-core
Welcome:
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions scripts/runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ validate () {
autoinstall-reset-only)
python3 scripts/validate-yaml.py --no-root-mount "${cfgs[@]}"
;;
answers-core)
answers-core-desktop)
;;
*)
python3 scripts/validate-yaml.py "${cfgs[@]}"
Expand All @@ -50,7 +50,7 @@ validate () {
exit 1
fi
case $testname in
answers-core)
answers-core-desktop)
;;
*)
python3 scripts/validate-autoinstall-user-data.py < $tmpdir/var/log/installer/autoinstall-user-data
Expand Down Expand Up @@ -223,7 +223,7 @@ for answers in examples/answers/*.yaml; do
--snaps-from-examples \
--source-catalog $catalog
validate install
if [ $answers != examples/answers/core.yaml ]; then
if [ $answers != examples/answers/core-desktop.yaml ]; then
grep -q 'finish: subiquity/Install/install/postinstall/run_unattended_upgrades: SUCCESS: downloading and installing security updates' $tmpdir/subiquity-server-debug.log
fi
else
Expand Down

0 comments on commit b2e9393

Please sign in to comment.