Exemplo n.º 1
0
 def setUpClass(cls):
     cls.st2client = st2.Client(base_url='http://127.0.0.1')
Exemplo n.º 2
0
 def setUpClass(cls):
     cls.st2client = st2.Client(base_url='http://localhost')
Exemplo n.º 3
0
 def __init__(self, config=None):
     super(TestMockLoadAction, self).__init__(config)
     self.st2client = client.Client()
Exemplo n.º 4
0
 def setUpClass(cls):
     super(TestExecutionResourceManager, cls).setUpClass()
     cls.client = client.Client()
Exemplo n.º 5
0
 def __init__(self, config=None):
     super(MistralDSLTransformer, self).__init__(config)
     self.st2client = client.Client()