From: Brian Freeman Date: Mon, 3 Jun 2019 14:50:56 +0000 (-0500) Subject: Reset Flows to Medium on Teardown X-Git-Tag: 1.5.0~59 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F54%2F89154%2F1;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 f5c0e357..a22fbe13 100644 --- a/robot/resources/test_templates/closedloop_test_template.robot +++ b/robot/resources/test_templates/closedloop_test_template.robot @@ -219,4 +219,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}