From 3c9040f9a7a72abd149b403a95b8d12946ba69db Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Mon, 15 Oct 2018 14:28:19 +0000 Subject: CSIT-1339 Create initial l2xc test - L2XC ping ICMPv4/ICMPv6 test Change-Id: I1c1708e8c1050f140a02d56012f63b683fc3eec1 Signed-off-by: Peter Mikus --- resources/libraries/robot/shared/default.robot | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (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 f734516005..614c873709 100644 --- a/resources/libraries/robot/shared/default.robot +++ b/resources/libraries/robot/shared/default.robot @@ -472,6 +472,28 @@ | | Vpp Show Errors On All DUTs | ${nodes} | | Verify VPP PID in Teardown +| Set up VPP device test +# TODO: Generalize this KW if it will not diverge from Functional derivate too +# much +| | [Documentation] | Common test setup for vpp-device tests. +| | ... +| | Configure all DUTs before test +| | Save VPP PIDs +| | Configure all TGs for traffic script +| | Update All Interface Data On All Nodes | ${nodes} | skip_tg_udev=${True} +| | Reset VAT History On All DUTs | ${nodes} + +| Tear down VPP device test +# TODO: Generalize this KW if it will not diverge from Functional derivate too +# much +| | [Documentation] | Common test teardown for vpp-device tests. +| | ... +| | Remove All Added Ports On All DUTs From Topology | ${nodes} +| | Show Packet Trace on All DUTs | ${nodes} +| | Show VAT History On All DUTs | ${nodes} +| | Vpp Show Errors On All DUTs | ${nodes} +| | Verify VPP PID in Teardown + | Tear down LISP functional test | | [Documentation] | Common test teardown for functional tests with LISP. | | ... -- cgit 1.2.3-korg