コード例 #1
0
ファイル: test_puppet.py プロジェクト: ssfilatov/murano-agent
 def test_puppet_module_wrong(self):
     puppet_executor = puppet.PuppetExecutor('wrong')
     self.assertRaises(ex.CustomException, puppet_executor.run, 'test')
コード例 #2
0
ファイル: test_puppet.py プロジェクト: ssfilatov/murano-agent
 def setUp(self):
     super(TestPuppetExecutor, self).setUp()
     self.puppet_executor = puppet.PuppetExecutor('module::recipe')