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