X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fhoneycomb%2Ffunc%2F__init__.robot;fp=tests%2Fvpp%2Ffunc%2Fhoneycomb%2F__init__.robot;h=cb25ee909d0b7cd4a5657c7a8959b1aba9a1b4b9;hp=80585a0e6154872e056ae03d4938f02841543e95;hb=0cf1f0204e326cf93e36b344e2efd3cfa2f82870;hpb=26d187d5325a83edec75f5c514d350f08fe97bab diff --git a/tests/vpp/func/honeycomb/__init__.robot b/tests/honeycomb/func/__init__.robot similarity index 64% rename from tests/vpp/func/honeycomb/__init__.robot rename to tests/honeycomb/func/__init__.robot index 80585a0e61..cb25ee909d 100644 --- a/tests/vpp/func/honeycomb/__init__.robot +++ b/tests/honeycomb/func/__init__.robot @@ -16,13 +16,21 @@ | ${node}= | ${nodes['DUT1']} *** Settings *** +| Library | resources.libraries.python.SetupFramework +| Library | resources.libraries.python.SetupFramework.CleanupFramework | Library | resources/libraries/python/honeycomb/HcPersistence.py | Resource | resources/libraries/robot/shared/default.robot +| Resource | resources/libraries/robot/shared/interfaces.robot +| Resource | resources/libraries/robot/shared/default.robot | Resource | resources/libraries/robot/honeycomb/honeycomb.robot | ... -| Suite Setup | Run Keywords | Configure all DUTs before test | AND +| Suite Setup | Run Keywords | Setup Framework | ${nodes} | AND +| ... | Setup All DUTs | ${nodes} | AND +| ... | Update All Interface Data On All Nodes | ${nodes} | AND +| ... | Configure all DUTs before test | AND | ... | Set Global Variable | ${node} | AND | ... | Stop Honeycomb service on DUTs | ${node} | AND | ... | Clear Honeycomb Log | ${node} | ... -| Suite Teardown | Archive Honeycomb log file | ${node} +| Suite Teardown | Run Keywords | Archive Honeycomb log file | ${node} | AND +| ... | Cleanup Framework | ${nodes}