def clear_marathon():
    try:
        common.stop_all_deployments()
        common.clear_pods()
        common.delete_all_apps_wait()
    except Exception as e:
        print(e)
Пример #2
0
def clear_marathon():
    try:
        common.stop_all_deployments()
        common.clear_pods()
        common.delete_all_apps_wait()
    except Exception as e:
        print(e)
Пример #3
0
def clear_marathon():
    common.stop_all_deployments()
    common.delete_all_apps_wait()
Пример #4
0
def teardown_module(module):
    common.stop_all_deployments()
    common.delete_all_apps_wait()
Пример #5
0
def setup_function(function):
    common.stop_all_deployments()
    common.delete_all_apps_wait()