diff --git a/examples/autoinstall.yaml b/examples/autoinstall.yaml index 51aff9e2..b3aaf5c5 100644 --- a/examples/autoinstall.yaml +++ b/examples/autoinstall.yaml @@ -42,6 +42,8 @@ snaps: channel: 3.2/stable updates: all timezone: Pacific/Guam +ubuntu-advantage: + token: "dummy-token" storage: config: - {type: disk, ptable: gpt, path: /dev/vdb, wipe: superblock, preserve: false, grub_device: true, id: disk-1} diff --git a/scripts/runtests.sh b/scripts/runtests.sh index 1bafbd00..ffe86f89 100755 --- a/scripts/runtests.sh +++ b/scripts/runtests.sh @@ -161,6 +161,7 @@ python3 scripts/check-yaml-fields.py .subiquity/var/log/installer/subiquity-curt 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"' \ timezone='"Pacific/Guam"' \ + ubuntu_advantage.token='"dummy-token"' \ 'snap.commands=[snap install --channel=3.2/stable etcd]' grep -q 'finish: subiquity/Install/install/postinstall/install_package1: SUCCESS: installing package1' \ .subiquity/subiquity-server-debug.log