Beispiel #1
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('openldap-server starting')
Beispiel #2
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('saiku starting')
Beispiel #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')
Beispiel #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")
Beispiel #10
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('kamailio-docker starting')
Beispiel #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')
Beispiel #13
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('$metadata.package starting')