From: Brian Freeman Date: Mon, 3 Jun 2019 14:50:56 +0000 (-0500) Subject: Reset Flows to Medium on Teardown X-Git-Tag: 1.4.1~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=48c823343159f61e98580bf5fb89f38cdc47e6f9;p=testsuite.git Reset Flows to Medium on Teardown Issue-ID: INT-838 Change-Id: I0b8b6d93673d47bcddae6999eebfcfc1da816574 Signed-off-by: Brian Freeman --- diff --git a/robot/resources/test_templates/closedloop_test_template.robot b/robot/resources/test_templates/closedloop_test_template.robot index 21d5e84a..866f0fc2 100644 --- a/robot/resources/test_templates/closedloop_test_template.robot +++ b/robot/resources/test_templates/closedloop_test_template.robot @@ -223,4 +223,7 @@ VFWCL Low Test \ Exit For Loop If '${stream_count}'=='5' Should Be Equal As Integers ${stream_count} 5 - +VFWCL Set To Medium + [Documentation] Set flows to Medium to turn off control loop + [Arguments] ${pkg_host} + Enable Streams V2 ${pkg_host} 5 diff --git a/robot/testsuites/closed-loop.robot b/robot/testsuites/closed-loop.robot index 5fba93fe..14cb14ad 100644 --- a/robot/testsuites/closed-loop.robot +++ b/robot/testsuites/closed-loop.robot @@ -18,3 +18,4 @@ VFWCL Closed Loop Test Log To Console ${EMPTY} VFWCL High Test ${pkg_host} VFWCL Low Test ${pkg_host} + [Teardown] VFWCL Set To Medium ${pkg_host}