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