def setup_module(module):
    common.ensure_mom()
    shakedown.wait_for_service_endpoint('marathon-user',
                                        timedelta(minutes=5).total_seconds())
    common.cluster_info()
    with shakedown.marathon_on_marathon():
        clear_marathon()
예제 #2
0
def marathon_service_name():

    common.ensure_mom()
    with shakedown.marathon_on_marathon():
        yield 'marathon-user'
        shakedown.wait_for_service_endpoint('marathon-user')
        clear_marathon()
예제 #3
0
def marathon_service_name():

    common.ensure_mom()
    with shakedown.marathon_on_marathon():
        yield 'marathon-user'
        shakedown.wait_for_service_endpoint('marathon-user')
        clear_marathon()
예제 #4
0
def setup_module(module):
    ensure_mom()
    cluster_info()
예제 #5
0
def setup_module(module):
    common.ensure_mom()
    common.cluster_info()
    with shakedown.marathon_on_marathon():
        common.clean_up_marathon()
def setup_module(module):
    common.ensure_mom()
    shakedown.wait_for_service_endpoint('marathon-user', timedelta(minutes=5).total_seconds())
    common.cluster_info()
    with shakedown.marathon_on_marathon():
        clear_marathon()
예제 #7
0
def setup_module(module):
    common.ensure_mom()
    common.wait_for_marathon_up('marathon-user')
    common.cluster_info()
    with shakedown.marathon_on_marathon():
        clear_marathon()
def setup_module(module):
    common.ensure_mom()
    common.cluster_info()
    with marathon_on_marathon() as client:
        common.clean_up_marathon(client=client)
예제 #9
0
def setup_module(module):
    # verify test system requirements are met (number of nodes needed)
    ensure_mom()
    shakedown.wait_for_service_endpoint(PACKAGE_APP_ID)
    cluster_info()
예제 #10
0
def setup_module(module):
    common.ensure_mom()
    common.wait_for_marathon_up('marathon-user')
    common.cluster_info()
    with shakedown.marathon_on_marathon():
        clear_marathon()
예제 #11
0
def setup_module(module):
    common.ensure_mom()
    common.cluster_info()
    with shakedown.marathon_on_marathon():
        common.clean_up_marathon()
def setup_module(module):
    common.ensure_mom()
    common.cluster_info()
    with marathon_on_marathon() as client:
        common.clean_up_marathon(client=client)