CSIT-1337: Migrate L2Util library from VAT to PAPI
[csit.git] / tests / vpp / device / l2bd / eth2p-eth-l2bdbasemaclrn-dev.robot
index 2565320..24c46c5 100644 (file)
@@ -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}