Example #1
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('openldap-server starting')
Example #2
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('saiku starting')
Example #3
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('charm-skeleton starting')
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('midonet-zookeeper starting')
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('genieacs-gui starting')
 def test_log_start(self, log):
     actions.log_start("test-service")
     log.assert_called_once_with("genieacs-gui starting")
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('midonet-repository starting')
Example #8
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('mysql-benchmark starting')
 def test_log_start(self, log):
     actions.log_start("test-service")
     log.assert_called_once_with("pycharm starting")
Example #10
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('kamailio-docker starting')
Example #11
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('juju-pyramid starting')
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('ceph-metrics-collector starting')
Example #13
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('$metadata.package starting')