diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-12-03 12:53:24 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-12-03 15:02:08 +0000 |
commit | 53fb7dad59b185992aaed1ec2e470c547693caf2 (patch) | |
tree | 434b319374a93fd6cf271b185a7a4cb1b32caa1f /resources/libraries | |
parent | 7482d7a93bf3f7af2f82d2986deaf83f3cd65f92 (diff) |
Remove: VIRL
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I2b1672412e19f15cb46246fffa931351cd3d518b
Diffstat (limited to 'resources/libraries')
-rw-r--r-- | resources/libraries/robot/shared/default.robot | 28 |
1 files changed, 0 insertions, 28 deletions
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} |