コード例 #1
0
 def setUp(self):
     super(TestClusterApi, self).setUp()
     self.calls_order = []
     pl_base.PLUGINS = api_base.FakePluginManager(self.calls_order)
     service_api.setup_api(FakeOps(self.calls_order))
     oslo_messaging.notify.notifier.Notifier.info = mock.Mock()
     self.ctx = context.ctx()
コード例 #2
0
ファイル: test_plugins.py プロジェクト: wuhsh/sahara
 def setUp(self):
     super(TestPluginApi, self).setUp()
     self.calls_order = []
     self.override_config('plugins', ['fake'])
     pl_base.PLUGINS = api_base.FakePluginManager(self.calls_order)
コード例 #3
0
ファイル: test_plugins.py プロジェクト: madar010/mad
 def setUp(self):
     super(TestPluginApi, self).setUp()
     self.calls_order = []
     pl_base.PLUGINS = api_base.FakePluginManager(self.calls_order)