diff --git a/congress_tempest_plugin/tests/scenario/congress_datasources/test_aodh.py b/congress_tempest_plugin/tests/scenario/congress_datasources/test_aodh.py index d16a3b6..d134c50 100644 --- a/congress_tempest_plugin/tests/scenario/congress_datasources/test_aodh.py +++ b/congress_tempest_plugin/tests/scenario/congress_datasources/test_aodh.py @@ -29,7 +29,7 @@ class TestAodhDriver(manager_congress.ScenarioPolicyBase): @classmethod def skip_checks(cls): super(TestAodhDriver, cls).skip_checks() - if not getattr(CONF.service_available, 'aodh_plugin', False): + if not getattr(CONF.service_available, 'aodh', False): msg = ("%s skipped as aodh is not available" % cls.__class__.__name__) raise cls.skipException(msg) diff --git a/congress_tempest_plugin/tests/scenario/manager_congress.py b/congress_tempest_plugin/tests/scenario/manager_congress.py index 9346534..0938b5d 100755 --- a/congress_tempest_plugin/tests/scenario/manager_congress.py +++ b/congress_tempest_plugin/tests/scenario/manager_congress.py @@ -68,7 +68,7 @@ class ScenarioPolicyBase(manager.NetworkScenarioTest): auth_prov, "network", CONF.identity.region) # Get alarms client - if getattr(CONF.service_available, 'aodh_plugin', False): + if getattr(CONF.service_available, 'aodh', False): import telemetry_tempest_plugin.aodh.service.client as alarm_client cls.os_admin.alarms_client = ( alarm_client.AlarmingClient(