From 1594a09625a80cfa5d04c44f39cb0d43bb57cda7 Mon Sep 17 00:00:00 2001 From: Aurelien Lourot Date: Sun, 19 Apr 2020 16:08:11 +0200 Subject: [PATCH] Fix test_220_nova_metadata_propagate --- zaza/openstack/charm_tests/nova/tests.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zaza/openstack/charm_tests/nova/tests.py b/zaza/openstack/charm_tests/nova/tests.py index 9fac67b..1b32f83 100644 --- a/zaza/openstack/charm_tests/nova/tests.py +++ b/zaza/openstack/charm_tests/nova/tests.py @@ -161,9 +161,9 @@ class NovaCloudController(test_utils.OpenStackBaseTest): """Run nova-cloud-controller specific tests.""" XENIAL_MITAKA = openstack_utils.get_os_release('xenial_mitaka') - XENIAL_NEWTON = openstack_utils.get_os_release('xenial_newton') XENIAL_OCATA = openstack_utils.get_os_release('xenial_ocata') BIONIC_QUEENS = openstack_utils.get_os_release('bionic_queens') + BIONIC_ROCKY = openstack_utils.get_os_release('bionic_rocky') @classmethod def setUpClass(cls): @@ -221,8 +221,8 @@ class NovaCloudController(test_utils.OpenStackBaseTest): Change vendor-data-url and assert that change propagates to the correct file and that services are restarted as a result """ - if self.current_release < self.XENIAL_NEWTON: - logging.info("Feature didn't exist before Newton. Nothing to test") + if self.current_release < self.BIONIC_ROCKY: + logging.info("Feature didn't exist before Rocky. Nothing to test") return # Expected default and alternate values