From 4e737ebf42405c431aeba47b9381d5c85c33ad50 Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Fri, 11 Dec 2020 14:03:57 -0500 Subject: Fix undeploye/delete operational policy do both policy undeploys before deletes so that undeploy has more time to process remove heatbridge.robot include references to get rid of error message at startup remove commented out referecnes to heatbridge (cleanup) Issue-ID: INT-1803 Change-Id: I0cb071f487faf6ecababdc6d8a5c0e3aa79720b7 Signed-off-by: Brian Freeman --- 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 e4b44270..9d33f7ab 100644 --- a/robot/resources/test_templates/vnf_orchestration_test_template.robot +++ b/robot/resources/test_templates/vnf_orchestration_test_template.robot @@ -15,7 +15,6 @@ Resource ../aai/create_complex.robot Resource ../aai/create_tenant.robot Resource ../aai/create_service.robot Resource ../openstack/neutron_interface.robot -Resource ../heatbridge.robot Library ONAPLibrary.Openstack @@ -76,9 +75,6 @@ Orchestrate VNF \ ${generic_vnf}= Validate Generic VNF ${vnf_name} ${vnf_type} ${service_instance_id} \ Set To Dictionary ${generic_vnfs} ${vf_module_type} ${generic_vnf} # TODO: Need to look at a better way to default ipv4_oam_interface search for Heatbridge - ## Part of removale of heatbridge - ## \ ${uris_to_delete}= Execute Heatbridge ${vf_module_name} ${vnf} ${service} ipv4_oam_interface - ## set a fake urils_to_delete until we confirm heatbridge can be fully removed \ ${uris_to_delete}= Set Variable 'http://devnull' \ Validate VF Module ${vf_module_name} ${vnf} \ Append To List ${vf_module_name_list} ${vf_module_name} -- cgit 1.2.3-korg