diff --git a/novajoin_tempest_plugin/tests/scenario/manager.py b/novajoin_tempest_plugin/tests/scenario/manager.py index 30c00f3..0cad67f 100644 --- a/novajoin_tempest_plugin/tests/scenario/manager.py +++ b/novajoin_tempest_plugin/tests/scenario/manager.py @@ -72,10 +72,8 @@ class ScenarioTest(tempest.test.BaseTestCase): cls.security_group_rules_client = ( cls.os_admin.security_group_rules_client) - if (CONF.volume_feature_enabled.api_v2 or - CONF.volume_feature_enabled.api_v3): - cls.volumes_client = cls.os_admin.volumes_client_latest - cls.snapshots_client = cls.os_admin.snapshots_client_latest + cls.volumes_client = cls.os_admin.volumes_client_latest + cls.snapshots_client = cls.os_admin.snapshots_client_latest # ## Test functions library #