From 949c7db92d5f79700defd9876fdadc74a93fb057 Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Wed, 10 Jan 2018 14:50:28 +0530 Subject: [PATCH] Use telemetry-tempest-plugin for aodh tests Change-Id: Ic7bdabae0ea6489c1db921722ce84f0a5f2ab0f5 --- congress_tempest_plugin/tests/scenario/manager_congress.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/congress_tempest_plugin/tests/scenario/manager_congress.py b/congress_tempest_plugin/tests/scenario/manager_congress.py index 52ca8c0..f60bce1 100755 --- a/congress_tempest_plugin/tests/scenario/manager_congress.py +++ b/congress_tempest_plugin/tests/scenario/manager_congress.py @@ -17,6 +17,7 @@ import collections import re from oslo_log import log as logging +from telemetry_tempest_plugin.aodh.service import client as alarms_client from tempest.common import credentials_factory as credentials from tempest import config from tempest.lib.common.utils import data_utils @@ -78,7 +79,6 @@ class ScenarioPolicyBase(manager.NetworkScenarioTest): # Get alarms client if getattr(CONF.service_available, 'aodh_plugin', False): - import aodh.tests.tempest.service.client as alarms_client cls.os_admin.alarms_client = ( alarms_client.AlarmingClient( auth_prov,