예제 #1
0
def before_each_scenario(scenario):
    """
    Hook: Will be executed before each Scenario.
    Setup Scenario: initialize World vars and launch agents (puppet and chef) in the target VM
    """
    setup_scenario(scenario)
    execute_chef_client()
    execute_puppet_agent()
예제 #2
0
def before_each_scenario(scenario):
    """ hook: Will be executed before each Scenario. Setup Scenario and initialize World vars """
    setup_scenario(scenario)
예제 #3
0
def before_each_scenario(scenario):
    """ hook: Will be executed before each Scenario. Setup Scenario and initialize World vars """
    setup_scenario(scenario)
예제 #4
0
파일: terrain.py 프로젝트: Fiware/cloud.SDC
def before_each_scenario(scenario):
    """ Hook: Will be executed before each Scenario. Setup Scenario and initialize World vars """
    setup_scenario(scenario)
    world.agents_running = list()
    world.list_of_installed_products = list()
예제 #5
0
def before_each_scenario(scenario):
    """ Hook: Will be executed before each Scenario. Setup Scenario and initialize World vars """
    setup_scenario(scenario)
    world.agents_running = list()
    world.list_of_installed_products = list()
예제 #6
0
def before_each_scenario(scenario):
    """ Hook: Will be executed before each Scenario. Setup Scenario and initialize World vars """
    setup_scenario(scenario)
    __clean_test_vars__()