From e96f72abf06a0708cbe6a174ad49447b7c7544f5 Mon Sep 17 00:00:00 2001 From: Jerry Flood Date: Fri, 21 Apr 2017 09:18:54 -0400 Subject: [TEST-25] Add commands to demo.sh Add suuport for init_customer distribute instantiateVFW deleteVNF Fix red.xml Remove deletion of regions, tenant etc from A&AI durinf terdown which pulls the rug out from under the demo customer. Change-Id: Iab76c980d4c3b6b79d4f5a72a71c3a79d6423a13 Signed-off-by: Jerry Flood --- robot/resources/test_templates/vnf_orchestration_test_template.robot | 4 ---- 1 file changed, 4 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 9de590b9..63da86b7 100644 --- a/robot/resources/test_templates/vnf_orchestration_test_template.robot +++ b/robot/resources/test_templates/vnf_orchestration_test_template.robot @@ -156,9 +156,5 @@ 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} -- cgit 1.2.3-korg