From f6b864cbc58674737c01000af7f9e86ae43db2b4 Mon Sep 17 00:00:00 2001 From: Yang Xu Date: Thu, 20 Jun 2019 17:38:33 -0400 Subject: Extend wait time in closedloop test Change-Id: Ibbbd9b7a4e9977cbcf321b136499c085bce46267 Issue-ID: INT-1114 Signed-off-by: Yang Xu --- robot/resources/test_templates/closedloop_test_template.robot | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/robot/resources/test_templates/closedloop_test_template.robot b/robot/resources/test_templates/closedloop_test_template.robot index 866f0fc2..826e0d8a 100644 --- a/robot/resources/test_templates/closedloop_test_template.robot +++ b/robot/resources/test_templates/closedloop_test_template.robot @@ -190,7 +190,7 @@ Orchestrate VNF vFW closedloop ${stack_name} ${service}= Orchestrate VNF ETE_CLP vFWCL vFWCL ${TENANT_NAME} [Return] ${stack_name} - Orchestrate VNF vDNS closedloop +Orchestrate VNF vDNS closedloop [Documentation] VNF Orchestration for vLB Log VNF Orchestration flow TEST NAME=${TEST NAME} Setup Orchestrate VNF ${GLOBAL_AAI_CLOUD_OWNER} SharedNode OwnerType v1 CloudZone @@ -202,8 +202,8 @@ VFWCL High Test [Arguments] ${pkg_host} Enable Streams V2 ${pkg_host} 10 Log To Console Set number of streams to 10 - :FOR ${i} IN RANGE 12 - \ Sleep 15s + :FOR ${i} IN RANGE 30 + \ Sleep 10s \ ${resp}= Get List Of Enabled Streams V2 ${pkg_host} \ ${stream_count}= Set Variable ${resp['stream-count']['streams']['active-streams']} \ Log To Console Number of streams: ${stream_count} @@ -215,8 +215,8 @@ VFWCL Low Test [Arguments] ${pkg_host} Enable Streams V2 ${pkg_host} 1 Log To Console Set number of streams to 1 - :FOR ${i} IN RANGE 12 - \ Sleep 15s + :FOR ${i} IN RANGE 30 + \ Sleep 10s \ ${resp}= Get List Of Enabled Streams V2 ${pkg_host} \ ${stream_count}= Set Variable ${resp['stream-count']['streams']['active-streams']} \ Log To Console Number of streams: ${stream_count} -- cgit 1.2.3-korg