nsi_lib: updated scale operation timeout in 'Execute Manual VNF Scale' 80/10480/3
authoraguilarherna <daguilarh@indra.es>
Fri, 12 Mar 2021 10:43:55 +0000 (11:43 +0100)
committeraguilarherna <daguilarh@indra.es>
Wed, 24 Mar 2021 16:00:43 +0000 (17:00 +0100)
Change-Id: I413f02218ed423e1a973719bd0e2e1848690e094
Signed-off-by: aguilarherna <daguilarh@indra.es>
robot-systest/lib/ns_lib.robot

index 57eb6f5..c81e33f 100644 (file)
@@ -17,8 +17,8 @@ ${ns_delete_max_wait_time}   4min
 ${ns_delete_pol_time}   15sec
 ${ns_action_max_wait_time}   1min
 ${ns_action_pol_time}   15sec
-${vnf_scale_max_wait_time}   5min
-${vnf_scale_pol_time}   30sec
+${vnf_scale_max_wait_time}   2min
+${vnf_scale_pol_time}   15sec
 
 
 *** Keywords ***
@@ -202,7 +202,7 @@ Execute Manual VNF Scale
     ${osm_vnf_scale_command}=  Catenate  ${osm_vnf_scale_command}  ${ns_name}  ${vnf_member_index}
     ${rc}  ${stdout}=  Run and Return RC and Output  ${osm_vnf_scale_command}
     Should Be Equal As Integers  ${rc}  ${success_return_code}  msg=${stdout}  values=False
-    Wait Until Keyword Succeeds  ${ns_action_max_wait_time}  ${ns_action_pol_time}  Check For NS Operation Completed  ${stdout}
+    Wait Until Keyword Succeeds  ${vnf_scale_max_wait_time}  ${vnf_scale_pol_time}  Check For NS Operation Completed  ${stdout}
     [Return]  ${stdout}