Пример #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
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__()