diff --git a/ranger_tempest_plugin/tests/api/test_flavors.py b/ranger_tempest_plugin/tests/api/test_flavors.py index 2f644fe..e0c57ea 100755 --- a/ranger_tempest_plugin/tests/api/test_flavors.py +++ b/ranger_tempest_plugin/tests/api/test_flavors.py @@ -59,6 +59,7 @@ class TestTempestFms(fms_base.FmsBaseOrmTest): cls.custom_es = {'os_extra_specs': {'g': 'guava', 'h': 'honeydew'}} cls.client.add_extra_specs(cls.flavor['id'], cls.custom_es) cls._wait_for_flavor_status_on_dcp(cls.flavor['id'], 'Success') + cls.tags = cls.client.get_tags(cls.flavor['id']) # build customers for related flavor tests super(TestTempestFms, cls).resource_setup()