コード例 #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
ファイル: stress.py プロジェクト: vojate/st2incubator
 def __init__(self, config=None):
     super(TestMockLoadAction, self).__init__(config)
     self.st2client = client.Client()
コード例 #4
0
ファイル: test_client_executions.py プロジェクト: tzmvp/st2
 def setUpClass(cls):
     super(TestExecutionResourceManager, cls).setUpClass()
     cls.client = client.Client()
コード例 #5
0
ファイル: xformdef.py プロジェクト: vojate/st2incubator
 def __init__(self, config=None):
     super(MistralDSLTransformer, self).__init__(config)
     self.st2client = client.Client()