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