X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fvpp%2Ffunc%2Fip4%2Feth2p-ethip4-ip4base-func.robot;h=1b4f8cdb4a1bbd120c29673505c6f438577b9ff2;hb=2e250ffd8711be1247353d403a68573c0d232e8e;hp=a8fb58d754a83846342069b0e17a8108e3a63da1;hpb=6721e7f09aa95bff6622068332a3f56afad9c87b;p=csit.git diff --git a/tests/vpp/func/ip4/eth2p-ethip4-ip4base-func.robot b/tests/vpp/func/ip4/eth2p-ethip4-ip4base-func.robot index a8fb58d754..1b4f8cdb4a 100644 --- a/tests/vpp/func/ip4/eth2p-ethip4-ip4base-func.robot +++ b/tests/vpp/func/ip4/eth2p-ethip4-ip4base-func.robot @@ -19,16 +19,18 @@ | Resource | resources/libraries/robot/ip/ip4.robot | Force Tags | 3_NODE_SINGLE_LINK_TOPO | HW_ENV | SKIP_VPP_PATCH | Suite Setup | Run Keywords -| ... | Configure all DUTs before test | AND +| ... | Restart Vpp Service On All Duts | ${nodes} | AND +| ... | Verify Vpp On All Duts | ${nodes} | AND +| ... | VPP Enable Traces On All Duts | ${nodes} | AND | ... | Configure all TGs for traffic script | AND | ... | Update All Interface Data On All Nodes | ${nodes} | AND | ... | Configure DUT nodes for IPv4 testing | Test Setup | Run Keywords | Save VPP PIDs | AND -| ... | Reset VAT History On All DUTs | ${nodes} | AND +| ... | Reset PAPI History On All DUTs | ${nodes} | AND | ... | Clear interface counters on all vpp nodes in topology | ${nodes} | Test Teardown | Run Keywords | ... | Show packet trace on all DUTs | ${nodes} | AND -| ... | Show VAT History On All DUTs | ${nodes} | AND +| ... | Show PAPI History On All DUTs | ${nodes} | AND | ... | Verify VPP PID in Teardown | Documentation | *IPv4 routing test cases* | ...