Finally remove vitrage.conf usage
Change-Id: Icda2c43a72277cb3511593a4e17cdf1b471d8d3b Story: 2004053 Task: 28634 Task: 27631
This commit is contained in:
parent
be69eba436
commit
3361a52293
@ -27,7 +27,6 @@ from testtools.matchers import Not
|
||||
from vitrage.graph.driver.networkx_graph import NXGraph
|
||||
from vitrage.graph import Edge
|
||||
from vitrage.graph import Vertex
|
||||
from vitrage import service
|
||||
|
||||
from vitrage_tempest_plugin.tests.common.constants import AODH_DATASOURCE
|
||||
from vitrage_tempest_plugin.tests.common.constants import \
|
||||
@ -131,8 +130,7 @@ class BaseVitrageTempest(test.BaseTestCase):
|
||||
warnings.filterwarnings(action="ignore",
|
||||
message="unclosed",
|
||||
category=ResourceWarning)
|
||||
cls.conf = service.prepare_service([])
|
||||
TempestClients.class_init(cls.conf, cls.os_primary.credentials)
|
||||
TempestClients.class_init(cls.os_primary.credentials)
|
||||
cls.vitrage_client = TempestClients.vitrage()
|
||||
cls.vitrage_client_for_demo_user = \
|
||||
TempestClients.vitrage_client_for_user()
|
||||
|
@ -45,8 +45,7 @@ def driver_module(driver):
|
||||
|
||||
class TempestClients(object):
|
||||
@classmethod
|
||||
def class_init(cls, conf, creds=None):
|
||||
cls._conf = conf
|
||||
def class_init(cls, creds):
|
||||
cls.creds = creds
|
||||
cls._vitrage = None
|
||||
cls._ceilometer = None
|
||||
|
Loading…
Reference in New Issue
Block a user