Ejemplo n.º 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()
Ejemplo n.º 2
0
def before_each_scenario(scenario):
    """ hook: Will be executed before each Scenario. Setup Scenario and initialize World vars """
    setup_scenario(scenario)
Ejemplo n.º 3
0
def before_each_scenario(scenario):
    """ hook: Will be executed before each Scenario. Setup Scenario and initialize World vars """
    setup_scenario(scenario)
Ejemplo n.º 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()
Ejemplo n.º 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()
Ejemplo n.º 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__()