X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fhoneycomb%2Ffunc%2F__init__.robot;h=8fc5f20aa9ac685777ad17c4df807f676ca8bc8b;hp=cb25ee909d0b7cd4a5657c7a8959b1aba9a1b4b9;hb=2e250ffd8711be1247353d403a68573c0d232e8e;hpb=0cf1f0204e326cf93e36b344e2efd3cfa2f82870 diff --git a/tests/honeycomb/func/__init__.robot b/tests/honeycomb/func/__init__.robot index cb25ee909d..8fc5f20aa9 100644 --- a/tests/honeycomb/func/__init__.robot +++ b/tests/honeycomb/func/__init__.robot @@ -25,12 +25,14 @@ | Resource | resources/libraries/robot/honeycomb/honeycomb.robot | ... | Suite Setup | Run Keywords | Setup Framework | ${nodes} | AND -| ... | Setup All DUTs | ${nodes} | AND +| ... | Restart Vpp Service On All Duts | ${nodes} | AND +| ... | Verify Vpp On All Duts | ${nodes} | AND +| ... | VPP Enable Traces On 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 | Run Keywords | Archive Honeycomb log file | ${node} | AND +| Suite Teardown | Run Keywords | Archive Honeycomb logs | ${node} | AND | ... | Cleanup Framework | ${nodes}