X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fshared%2Fdefault.robot;h=ab8a40921916a75186d6841ea257ddf7bbd49aef;hb=53fb7dad59b185992aaed1ec2e470c547693caf2;hp=26fcbb0c3f6f35f0959509d89756e394c75167d7;hpb=7482d7a93bf3f7af2f82d2986deaf83f3cd65f92;p=csit.git diff --git a/resources/libraries/robot/shared/default.robot b/resources/libraries/robot/shared/default.robot index 26fcbb0c3f..ab8a409219 100644 --- a/resources/libraries/robot/shared/default.robot +++ b/resources/libraries/robot/shared/default.robot @@ -351,31 +351,3 @@ | | ... | ${setup_vpp_pids} | ${teardown_vpp_pids} | | Run Keyword And Return If | '${rc}'=='FAIL' | Log | ${err_msg} | | ... | console=yes | level=WARN - -# TODO: Cleanup when VIRL is gone. -| Set up functional test -| | [Documentation] | Common test setup for functional tests. -| | -| | Restart Vpp Service On All Duts | ${nodes} -| | Verify Vpp On All Duts | ${nodes} -| | VPP Enable Traces On All Duts | ${nodes} -| | Save VPP PIDs -| | All TGs Set Interface Default Driver | ${nodes} -| | Update All Interface Data On All Nodes | ${nodes} -| | Reset PAPI History On All DUTs | ${nodes} -| | ${duts}= | Get Matches | ${nodes} | DUT* -| | FOR | ${dut} | IN | @{duts} -| | | Add New Socket | ${nodes['${dut}']} | PAPI | ${dut} | ${SOCKSVR_PATH} -| | | Add New Socket | ${nodes['${dut}']} | STATS | ${dut} | ${SOCKSTAT_PATH} -| | END - -# TODO: Cleanup when VIRL is gone. -| Tear down functional test -| | [Documentation] | Common test teardown for functional tests. -| | -| | Remove All Added Ports On All DUTs From Topology | ${nodes} -| | Show Packet Trace on All DUTs | ${nodes} -| | Show PAPI History On All DUTs | ${nodes} -| | Vpp Show Errors On All DUTs | ${nodes} -| | Verify VPP PID in Teardown -| | Clean Sockets On All Nodes | ${nodes}