diff options
author | Yang Xu <yang.xu@futurewei.com> | 2019-06-20 17:38:33 -0400 |
---|---|---|
committer | Daniel Rose <dr695h@att.com> | 2019-06-20 21:43:37 +0000 |
commit | f6b864cbc58674737c01000af7f9e86ae43db2b4 (patch) | |
tree | 461c87b357ba0e70ee9c65f2e6c72e5ec68d2e67 /robot/resources/test_templates | |
parent | 11cfda24ae86385a8cc01028c9d38ec07d11e89e (diff) |
Extend wait time in closedloop test
Change-Id: Ibbbd9b7a4e9977cbcf321b136499c085bce46267
Issue-ID: INT-1114
Signed-off-by: Yang Xu <yang.xu@futurewei.com>
Diffstat (limited to 'robot/resources/test_templates')
-rw-r--r-- | robot/resources/test_templates/closedloop_test_template.robot | 10 |
1 files 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} |