diff options
author | Jerry Flood <jf9860@att.com> | 2017-04-17 18:07:47 -0400 |
---|---|---|
committer | Jerry Flood <jf9860@att.com> | 2017-04-17 18:07:56 -0400 |
commit | 36267295676af437f5328e344aac0a5eaf58c5f5 (patch) | |
tree | 4c4ef38aa491ef9059f2da56f39103deb2d813aa /robot/resources | |
parent | b77b6975d66da38adaadec2ad1e395087a4d6f33 (diff) |
TEST-25 Add instantiate VFW to demo.sh
Change-Id: Ia877d2b67438788338619763427b070cbd845ed8
Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/resources')
-rw-r--r-- | robot/resources/test_templates/vnf_orchestration_test_template.robot | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/robot/resources/test_templates/vnf_orchestration_test_template.robot b/robot/resources/test_templates/vnf_orchestration_test_template.robot index 9138c94b..ed847c21 100644 --- a/robot/resources/test_templates/vnf_orchestration_test_template.robot +++ b/robot/resources/test_templates/vnf_orchestration_test_template.robot @@ -165,8 +165,4 @@ Teardown Stack Clean A&AI Inventory [Documentation] Clean up Tenant in A&AI, Create Customer, Create Service and related relationships - :FOR ${region} IN @{REGIONS} - \ Delete Tenant ${TENANT_ID} ${GLOBAL_AAI_CLOUD_OWNER} ${region} - \ Delete Cloud Region ${TENANT_ID} ${GLOBAL_AAI_CLOUD_OWNER} ${region} Delete Customer ${CUSTOMER_NAME} - Delete Service If Exists ${SERVICE} |