diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2021-02-18 15:36:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 15:36:31 -0500 |
commit | 28d2d4b86ebde5261fbe3a3ffb28292b2bbdbd76 (patch) | |
tree | 233217c8d2ae967b936c672929ccf10cc52c6299 /tests/integration_tests/integration_settings.py | |
parent | 5a9008e53d7cf987b5cfb78964d2bd987d180993 (diff) | |
download | vyos-cloud-init-28d2d4b86ebde5261fbe3a3ffb28292b2bbdbd76.tar.gz vyos-cloud-init-28d2d4b86ebde5261fbe3a3ffb28292b2bbdbd76.zip |
integration_tests: add UPGRADE CloudInitSource (#812)
This allows out-of-date images to be brought up-to-date with the
archive, so that tests written against the latest cloud-init release
will pass.
Diffstat (limited to 'tests/integration_tests/integration_settings.py')
-rw-r--r-- | tests/integration_tests/integration_settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration_tests/integration_settings.py b/tests/integration_tests/integration_settings.py index 54d09d9b..157d34ad 100644 --- a/tests/integration_tests/integration_settings.py +++ b/tests/integration_tests/integration_settings.py @@ -59,6 +59,8 @@ EXISTING_INSTANCE_ID = None # code. # PROPOSED # Install from the Ubuntu proposed repo +# UPGRADE +# Upgrade cloud-init to the version in the Ubuntu archive # <ppa repo>, e.g., ppa:cloud-init-dev/proposed # Install from a PPA. It MUST start with 'ppa:' # <file path> |