From f6948fa47bbbb55ec57fe81a4be45a30dd0e9e76 Mon Sep 17 00:00:00 2001 From: DR695H Date: Thu, 11 Jul 2019 18:03:00 -0400 Subject: remvoing shared prelaod for per folder preload Issue-ID: TEST-174 Change-Id: I2c35214a0f54adfb299fa37f9e7f343dafa9e065 Signed-off-by: DR695H --- .../test_templates/vnf_orchestration_test_template.robot | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'robot/resources/test_templates/vnf_orchestration_test_template.robot') diff --git a/robot/resources/test_templates/vnf_orchestration_test_template.robot b/robot/resources/test_templates/vnf_orchestration_test_template.robot index 14673869..ca29d95e 100644 --- a/robot/resources/test_templates/vnf_orchestration_test_template.robot +++ b/robot/resources/test_templates/vnf_orchestration_test_template.robot @@ -226,17 +226,8 @@ Create VVG Server ${server}= Get From Dictionary ${server} server ${server_id}= Get From Dictionary ${server} id Set Test Variable ${VVG_SERVER_ID} ${server_id} - ${vvg_params}= Get VVG Preload Parameters - Set To Dictionary ${vvg_params} nova_instance ${server_id} Wait for Server to Be Active auth ${server_id} -Get VVG Preload Parameters - [Documentation] Get preload parameters for the VVG test case so we can include - ... the nova_instance id of the attached server - ${test_dict}= Get From Dictionary ${GLOBAL_PRELOAD_PARAMETERS} Vnf-Orchestration - ${vvg_params} Get From Dictionary ${test_dict} vvg_preload.template - [Return] ${vvg_params} - Delete VNF [Documentation] Called at the end of a test case to tear down the VNF created by Orchestrate VNF ${lcp_region}= Get Openstack Region @@ -274,8 +265,6 @@ Teardown VVG Server Return From Keyword if '${VVG_SERVER_ID}' == '' Delete Server auth ${VVG_SERVER_ID} Wait for Server To Be Deleted auth ${VVG_SERVER_ID} - ${vvg_params}= Get VVG Preload Parameters - Remove from Dictionary ${vvg_params} nova_instance Log Teardown VVG Server Completed Get Stack Keypairs -- cgit 1.2.3-korg