示例#1
0
 def setUpClass(cls):
     cls.st2client = st2.Client(base_url='http://127.0.0.1')
示例#2
0
文件: base.py 项目: sarkartanzil/st2
 def setUpClass(cls):
     cls.st2client = st2.Client(base_url='http://localhost')
示例#3
0
 def __init__(self, config=None):
     super(TestMockLoadAction, self).__init__(config)
     self.st2client = client.Client()
示例#4
0
 def setUpClass(cls):
     super(TestExecutionResourceManager, cls).setUpClass()
     cls.client = client.Client()
示例#5
0
 def __init__(self, config=None):
     super(MistralDSLTransformer, self).__init__(config)
     self.st2client = client.Client()