From 53fb7dad59b185992aaed1ec2e470c547693caf2 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Tue, 3 Dec 2019 12:53:24 +0000 Subject: Remove: VIRL Signed-off-by: Peter Mikus Change-Id: I2b1672412e19f15cb46246fffa931351cd3d518b --- resources/libraries/robot/shared/default.robot | 28 -------------------------- 1 file changed, 28 deletions(-) (limited to 'resources/libraries/robot/shared/default.robot') 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} -- cgit 1.2.3-korg