Esempio n. 1
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('openldap-server starting')
Esempio n. 2
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('saiku starting')
Esempio n. 3
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('charm-skeleton starting')
Esempio n. 4
0
 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')
Esempio n. 6
0
 def test_log_start(self, log):
     actions.log_start("test-service")
     log.assert_called_once_with("genieacs-gui starting")
Esempio n. 7
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('midonet-repository starting')
Esempio n. 8
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('mysql-benchmark starting')
Esempio n. 9
0
 def test_log_start(self, log):
     actions.log_start("test-service")
     log.assert_called_once_with("pycharm starting")
Esempio n. 10
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('kamailio-docker starting')
Esempio n. 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')
Esempio n. 13
0
 def test_log_start(self, log):
     actions.log_start('test-service')
     log.assert_called_once_with('$metadata.package starting')