Workaround dryrun test actually setting timezone

Until a proper fix can be finished, remove the set of timezone from the
integration tests.
This commit is contained in:
Dan Bungert 2021-07-14 19:02:42 -06:00
parent 9f883ff0f7
commit 4ed4e51a2e
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ snaps:
- name: etcd - name: etcd
channel: 3.2/stable channel: 3.2/stable
updates: all updates: all
timezone: Pacific/Guam # timezone: Pacific/Guam
storage: storage:
config: config:
- {type: disk, ptable: gpt, path: /dev/vdb, wipe: superblock, preserve: false, grub_device: true, id: disk-1} - {type: disk, ptable: gpt, path: /dev/vdb, wipe: superblock, preserve: false, grub_device: true, id: disk-1}

View File

@ -55,8 +55,8 @@ python3 scripts/check-yaml-fields.py .subiquity/subiquity-curtin-install.conf \
storage.config[-1].options='"errors=remount-ro"' storage.config[-1].options='"errors=remount-ro"'
python3 scripts/check-yaml-fields.py <(python3 scripts/check-yaml-fields.py .subiquity/etc/cloud/cloud.cfg.d/99-installer.cfg datasource.None.userdata_raw) \ python3 scripts/check-yaml-fields.py <(python3 scripts/check-yaml-fields.py .subiquity/etc/cloud/cloud.cfg.d/99-installer.cfg datasource.None.userdata_raw) \
locale='"en_GB.UTF-8"' \ locale='"en_GB.UTF-8"' \
timezone='"Pacific/Guam"' \
'snap.commands=[snap install --channel=3.2/stable etcd]' 'snap.commands=[snap install --channel=3.2/stable etcd]'
# timezone='"Pacific/Guam"'
grep -q 'finish: subiquity/Install/install/postinstall/install_package1: SUCCESS: installing package1' \ grep -q 'finish: subiquity/Install/install/postinstall/install_package1: SUCCESS: installing package1' \
.subiquity/subiquity-server-debug.log .subiquity/subiquity-server-debug.log
grep -q 'finish: subiquity/Install/install/postinstall/install_package2: SUCCESS: installing package2' \ grep -q 'finish: subiquity/Install/install/postinstall/install_package2: SUCCESS: installing package2' \