diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-12-17 12:32:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 12:32:06 -0500 |
commit | 0b932e55aa32e417b3ad5f2101acf6964108f0e0 (patch) | |
tree | fad3c2fded818fe4d9c62332346f048c54c14f88 /tests/integration_tests/test_upgrade.py | |
parent | a5484d02973e5710442c11e1dc6b1153695c9a59 (diff) | |
download | vyos-cloud-init-0b932e55aa32e417b3ad5f2101acf6964108f0e0.tar.gz vyos-cloud-init-0b932e55aa32e417b3ad5f2101acf6964108f0e0.zip |
integration_tests: fix IN_PLACE CLOUD_INIT_SOURCE (#731)
This fixes up an issue introduced in
54e202a6480e48dbb8a72004f7a5003f7c4edfae.
Diffstat (limited to 'tests/integration_tests/test_upgrade.py')
-rw-r--r-- | tests/integration_tests/test_upgrade.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration_tests/test_upgrade.py b/tests/integration_tests/test_upgrade.py index 76ad055b..a115bea7 100644 --- a/tests/integration_tests/test_upgrade.py +++ b/tests/integration_tests/test_upgrade.py @@ -56,7 +56,7 @@ def _restart(instance): @pytest.mark.sru_2020_11 def test_upgrade(session_cloud: IntegrationCloud): - source = get_validated_source() + source = get_validated_source(session_cloud) if not source.installs_new_version(): pytest.skip("Install method '{}' not supported for this test".format( source |