Example #1
0
def stop_daemon(step):
    config = ETC_DIR + '/config.yml'
    assert lib.stop_daemon('msg_sender', config)
Example #2
0
def stop_daemon(step, name):
    config = ETC_DIR + '/config.yml'
    assert lib.stop_daemon(name, config)
Example #3
0
def stop_daemon(step, name):
    config = ETC_DIR + '/config.yml'
    assert lib.stop_daemon(name, config)
Example #4
0
def stop_daemon(step):
    config = ETC_DIR + '/config.yml'
    assert lib.stop_daemon('msg_sender', config)
Example #5
0
def stop_daemon(step):
    config = ETC_DIR + '/config.yml'
    assert lib.stop_daemon('messaging', config)