X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fsuites%2Fhoneycomb%2F__init__.robot;h=264f60459970893cdc4b82b4a33c2c91c9a10a28;hp=a61f2160f2b63b625eb8dffe28e4fe0244a0a214;hb=ce469c1a7d56c2be639e5cecde961c4ef6354fb5;hpb=1e7afbe3474d8ae8c5239ae3deee49963d6b1d93;ds=inline diff --git a/tests/suites/honeycomb/__init__.robot b/tests/suites/honeycomb/__init__.robot index a61f2160f2..264f604599 100644 --- a/tests/suites/honeycomb/__init__.robot +++ b/tests/suites/honeycomb/__init__.robot @@ -15,8 +15,10 @@ | ${node}= | ${nodes['DUT1']} *** Settings *** +| Library | resources.libraries.python.honeycomb.HcPersistence | Resource | resources/libraries/robot/default.robot | 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} | Suite Teardown | Stop Honeycomb service on DUTs | ${node}