X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fsuites%2Fhoneycomb%2F__init__.robot;fp=tests%2Fsuites%2Fhoneycomb%2F__init__.robot;h=d38852a090d3ae79ac3a8a8b4c97149bfaa2cbd6;hp=264f60459970893cdc4b82b4a33c2c91c9a10a28;hb=d9716ad55cf9d1ec63d4297c9b61134a62d5be64;hpb=2a3181f49a0ae8790436b46621b9e77bcec632d1 diff --git a/tests/suites/honeycomb/__init__.robot b/tests/suites/honeycomb/__init__.robot index 264f604599..d38852a090 100644 --- a/tests/suites/honeycomb/__init__.robot +++ b/tests/suites/honeycomb/__init__.robot @@ -12,6 +12,7 @@ # limitations under the License. *** Variables*** +# Honeycomb node to run tests on. | ${node}= | ${nodes['DUT1']} *** Settings *** @@ -20,5 +21,6 @@ | Resource | resources/libraries/robot/honeycomb/honeycomb.robot | Suite Setup | Run keywords | Setup all DUTs before test | AND | ... | Clear persisted Honeycomb configuration | ${node} | AND -| ... | Setup Honeycomb service on DUTs | ${node} +| ... | Setup Honeycomb service on DUTs | ${node} | AND +| ... | Set Global Variable | ${node} | Suite Teardown | Stop Honeycomb service on DUTs | ${node}