X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fvpp%2Fdevice%2Fl2bd%2Feth2p-eth-l2bdbasemaclrn-dev.robot;h=616f8c65037e03ccc5b2a9be1df39ed407cd4fce;hb=6871d4e7f6ed43ce0bb003cb08e88b2581a474eb;hp=25653207e2bf170d88ab55f8eaec6caf514526c0;hpb=5f809dd2414d50fd6f229fc2ba2ff42d66df5dde;p=csit.git diff --git a/tests/vpp/device/l2bd/eth2p-eth-l2bdbasemaclrn-dev.robot b/tests/vpp/device/l2bd/eth2p-eth-l2bdbasemaclrn-dev.robot index 25653207e2..616f8c6503 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 @@ -23,7 +24,7 @@ | ... | Test Setup | Set up VPP device test | ... -| Test Teardown | Tear down VPP device test +| Test Teardown | Tear down test | ... | Documentation | *L2 bridge-domain test cases* | ... @@ -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}