示例#1
0
def stop_daemon(step):
    config = ETC_DIR + '/config.yml'
    assert lib.stop_daemon('msg_sender', config)
示例#2
0
文件: steps.py 项目: alisheikh/scalr
def stop_daemon(step, name):
    config = ETC_DIR + '/config.yml'
    assert lib.stop_daemon(name, config)
示例#3
0
文件: steps.py 项目: AsherBond/scalr
def stop_daemon(step, name):
    config = ETC_DIR + '/config.yml'
    assert lib.stop_daemon(name, config)
示例#4
0
文件: steps.py 项目: AnyBucket/scalr
def stop_daemon(step):
    config = ETC_DIR + '/config.yml'
    assert lib.stop_daemon('msg_sender', config)
示例#5
0
文件: steps.py 项目: recipe/scalr
def stop_daemon(step):
    config = ETC_DIR + '/config.yml'
    assert lib.stop_daemon('messaging', config)