aboutsummaryrefslogtreecommitdiffstats
path: root/robot/resources/demo_preload.robot
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2020-12-11 14:03:57 -0500
committerBrian Freeman <bf1936@att.com>2020-12-11 14:04:02 -0500
commit4e737ebf42405c431aeba47b9381d5c85c33ad50 (patch)
tree581080f79d7cc47cfe85d2d07001a572accdd3c5 /robot/resources/demo_preload.robot
parent64c82051fae901cfd7f0cbd42061bbe38a18c3f4 (diff)
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 <bf1936@att.com>
Diffstat (limited to 'robot/resources/demo_preload.robot')
-rw-r--r--robot/resources/demo_preload.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/demo_preload.robot b/robot/resources/demo_preload.robot
index 3083cc44..3f5100b6 100644
--- a/robot/resources/demo_preload.robot
+++ b/robot/resources/demo_preload.robot
@@ -212,7 +212,7 @@ Instantiate VNF
\ ${generic_vnf}= Get From Dictionary ${generic_vnfs} ${vf_module}
\ ${model_invariant_id}= Set Variable If '${vf_module_label}' in '${vf_module}' ${generic_vnf['model-invariant-id']} ${model_invariant_id}
Log Update old vFWCL Policy for ModelInvariantID=${model_invariant_id}
- ${status} ${value}= Run Keyword And Ignore Error Update vVFWCL Policy ${model_invariant_id}
+ ${status} ${value}= Run Keyword And Ignore Error Update vFWCL Operational and Monitoring Policies ${model_invariant_id}
:FOR ${vf_module_name} IN @{vf_module_name_list}
\ Log APPC Mount Point for VNF Module Name=${vf_module_name}
\ ${status} ${value}= Run Keyword And Ignore Error APPC Mount Point ${vf_module_name}