summaryrefslogtreecommitdiff
path: root/tests/integration_tests/test_upgrade.py
diff options
context:
space:
mode:
authorJames Falcon <TheRealFalcon@users.noreply.github.com>2021-02-09 12:03:23 -0500
committerGitHub <noreply@github.com>2021-02-09 12:03:23 -0500
commit09193e5141ca45b822617399047204abd701047e (patch)
treeb27a05d8f6ba026f802ddb371ca475cf1cb841be /tests/integration_tests/test_upgrade.py
parent0497c7b1f752c7011006b36f9c07ac141c0bb3c2 (diff)
downloadvyos-cloud-init-09193e5141ca45b822617399047204abd701047e.tar.gz
vyos-cloud-init-09193e5141ca45b822617399047204abd701047e.zip
Remove wait argument from tests with session_cloud calls (#805)
Diffstat (limited to 'tests/integration_tests/test_upgrade.py')
-rw-r--r--tests/integration_tests/test_upgrade.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration_tests/test_upgrade.py b/tests/integration_tests/test_upgrade.py
index 233a574b..c20cb3c1 100644
--- a/tests/integration_tests/test_upgrade.py
+++ b/tests/integration_tests/test_upgrade.py
@@ -87,7 +87,7 @@ def test_upgrade(session_cloud: IntegrationCloud):
netcfg_path = '/etc/network/interfaces.d/50-cloud-init.cfg'
with session_cloud.launch(
- launch_kwargs=launch_kwargs, user_data=USER_DATA, wait=True,
+ launch_kwargs=launch_kwargs, user_data=USER_DATA,
) as instance:
_output_to_compare(instance, before_path, netcfg_path)
instance.install_new_cloud_init(source, take_snapshot=False)