diff options
author | Brian Freeman <bf1936@att.com> | 2020-12-08 09:14:37 -0500 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-12-09 12:52:23 +0000 |
commit | 9e783f3febc31ba69676a2220db397c6146ed128 (patch) | |
tree | 9dc76e88abdd924ecfee37c64ec29ca7a6656464 /robot/testsuites | |
parent | 488ea3963d0efa395b096aa0828ff0bb13e6dc98 (diff) |
Fixes for tcagen2 and repush vFWCL policies
Issue-ID: INT-1803
Change-Id: Ica53cee26bd19b663bb49ecfc4750fe3cfe32e8c
Signed-off-by: Brian Freeman <bf1936@att.com>
(cherry picked from commit 64c82051fae901cfd7f0cbd42061bbe38a18c3f4)
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/closed-loop.robot | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/robot/testsuites/closed-loop.robot b/robot/testsuites/closed-loop.robot index de30af2c..3c8e7083 100644 --- a/robot/testsuites/closed-loop.robot +++ b/robot/testsuites/closed-loop.robot @@ -19,10 +19,20 @@ VFWCL Closed Loop Test [TAGS] vfwclosedloop Log ${EMPTY} VFWCL High Test ${PACKET_GENERATOR_HOST} + Sleep 60 VFWCL Low Test ${PACKET_GENERATOR_HOST} [Teardown] VFWCL Set To Medium ${PACKET_GENERATOR_HOST} -VFWCL Repush Operation Policy +VFWCL Repush Monitoring And Operational Policies [TAGS] repushpolicy - Run Keyword And Ignore Error Undeploy Policy operational.modifyconfig + Validate the vFWCL Policy + Run Keyword And Ignore Error Run Undeploy vFW Monitoring Policy + Validate the vFWCL Policy + Run Keyword and Ignore Error Run Delete vFW Monitoring Policy + Validate the vFWCL Policy + Run Keyword And Ignore Error Run Undeploy vFW Operational Policy + Validate the vFWCL Policy + Run Keyword And Ignore Error Run Delete vFW Operational Policy + Validate the vFWCL Policy Update vVFWCL Policy ${MODEL_INVARIANT_ID} + Validate the vFWCL Policy |