From 81853d468a1ff40b0e03343b73412aff96a46dd0 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Wed, 6 Mar 2019 21:47:28 +0100 Subject: CSIT-1337: Migrate L2Util library from VAT to PAPI Change-Id: I22879c7bdd100d00216b9528663bf17406169826 Signed-off-by: Jan Gelety --- tests/vpp/device/l2bd/eth2p-eth-l2bdbasemaclrn-dev.robot | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') diff --git a/tests/vpp/device/l2bd/eth2p-eth-l2bdbasemaclrn-dev.robot b/tests/vpp/device/l2bd/eth2p-eth-l2bdbasemaclrn-dev.robot index 25653207e2..24c46c571d 100644 --- a/tests/vpp/device/l2bd/eth2p-eth-l2bdbasemaclrn-dev.robot +++ b/tests/vpp/device/l2bd/eth2p-eth-l2bdbasemaclrn-dev.robot @@ -12,6 +12,7 @@ # limitations under the License. *** Settings *** +| Library | resources.libraries.python.L2Util | Resource | resources/libraries/robot/l2/l2_bridge_domain.robot | Resource | resources/libraries/robot/l2/l2_traffic.robot | Resource | resources/libraries/robot/shared/default.robot @@ -64,6 +65,9 @@ | | When All Vpp Interfaces Ready Wait | ${nodes} | | Then Send ICMPv4 bidirectionally and verify received packets | ${tg_node} | | ... | ${tg_to_dut_if1} | ${tg_to_dut_if2} +| | ... +| | And VPP get bridge domain data | ${nodes['DUT1']} +| | And Get L2 Fib Table | ${nodes['DUT1']} | ${bd_id} | tc02-eth2p-ethicmpv6-l2bdbase-device | | [Documentation] @@ -85,3 +89,4 @@ | | When All Vpp Interfaces Ready Wait | ${nodes} | | Then Send ICMPv6 bidirectionally and verify received packets | | ... | ${tg_node} | ${tg_to_dut_if1} | ${tg_to_dut_if2} +| | VPP get bridge domain data | ${nodes['DUT1']} | bd_id=${bd_id} -- cgit 1.2.3-korg