aboutsummaryrefslogtreecommitdiffstats
path: root/robot/resources/test_templates/vnf_orchestration_test_template.robot
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-07-11 18:03:00 -0400
committerDR695H <dr695h@att.com>2019-07-11 18:03:00 -0400
commitf6948fa47bbbb55ec57fe81a4be45a30dd0e9e76 (patch)
treebd86b5fe599b82cbd5f3d2f355ed66802b73e58f /robot/resources/test_templates/vnf_orchestration_test_template.robot
parentbfed6598b2375bd569b48e63acd0a7c013331db8 (diff)
remvoing shared prelaod for per folder preload
Issue-ID: TEST-174 Change-Id: I2c35214a0f54adfb299fa37f9e7f343dafa9e065 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/test_templates/vnf_orchestration_test_template.robot')
-rw-r--r--robot/resources/test_templates/vnf_orchestration_test_template.robot11
1 files changed, 0 insertions, 11 deletions
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