コード例 #1
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('openldap-server starting')
コード例 #2
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('saiku starting')
コード例 #3
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('charm-skeleton starting')
コード例 #4
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('midonet-zookeeper starting')
コード例 #5
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('genieacs-gui starting')
コード例 #6
0
 def test_log_start(self, log):
     actions.log_start("test-service")
     log.assert_called_once_with("genieacs-gui starting")
コード例 #7
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('midonet-repository starting')
コード例 #8
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('mysql-benchmark starting')
コード例 #9
0
 def test_log_start(self, log):
     actions.log_start("test-service")
     log.assert_called_once_with("pycharm starting")
コード例 #10
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('kamailio-docker starting')
コード例 #11
0
ファイル: test_actions.py プロジェクト: cmars/juju-pyramid
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('juju-pyramid starting')
コード例 #12
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('ceph-metrics-collector starting')
コード例 #13
0
ファイル: test_actions.py プロジェクト: timClicks/charm-tools
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('$metadata.package starting')