def clear_marathon():
    try:
        common.stop_all_deployments()
        common.clear_pods()
        common.delete_all_apps_wait()
    except Exception as e:
        print(e)
Ejemplo n.º 2
0
def clear_marathon():
    try:
        common.stop_all_deployments()
        common.clear_pods()
        common.delete_all_apps_wait()
    except Exception as e:
        print(e)
Ejemplo n.º 3
0
def clear_marathon():
    common.stop_all_deployments()
    common.delete_all_apps_wait()
Ejemplo n.º 4
0
def teardown_module(module):
    common.stop_all_deployments()
    common.delete_all_apps_wait()
Ejemplo n.º 5
0
def setup_function(function):
    common.stop_all_deployments()
    common.delete_all_apps_wait()