예제 #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)