Esempio n. 1
0
def after_each_scenario(scenario):
    # Delete the environments created in the scenario.
    environment_instance_request.delete_created_instances()
    environment_request.delete_created_environments()

    # Remove testing products in SDC
    terrain_steps.remove_testing_products_in_sdc()
Esempio n. 2
0
def after_each_scenario(scenario):
    # Delete the environments created in the scenario.
    environment_instance_request.delete_created_instances()
    environment_request.delete_created_environments()

    # Remove testing products in SDC
    terrain_steps.remove_testing_products_in_sdc()
Esempio n. 3
0
def after_each_feature(feature):
    """ Remove testing products in SDC """
    terrain_steps.remove_testing_products_in_sdc()
Esempio n. 4
0
def after_each_feature(feature):
    """ Remove testing products in SDC """
    terrain_steps.remove_testing_products_in_sdc()