From 28d2d4b86ebde5261fbe3a3ffb28292b2bbdbd76 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Thu, 18 Feb 2021 15:36:31 -0500 Subject: 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. --- tests/integration_tests/integration_settings.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/integration_tests/integration_settings.py') 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 # , e.g., ppa:cloud-init-dev/proposed # Install from a PPA. It MUST start with 'ppa:' # -- cgit v1.2.3