X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fsuites%2Fbridge_domain%2Fbridge_domain_untagged.robot;h=1876d901bbbe9c22add2aaba98f02e390c76f5a5;hp=8df8713581f10f721f2d2acdbe18a5212646cdd3;hb=5aa03bac1ea4fe07f59c6b294b23fce94a0a805b;hpb=d9716ad55cf9d1ec63d4297c9b61134a62d5be64 diff --git a/tests/suites/bridge_domain/bridge_domain_untagged.robot b/tests/suites/bridge_domain/bridge_domain_untagged.robot index 8df8713581..1876d901bb 100644 --- a/tests/suites/bridge_domain/bridge_domain_untagged.robot +++ b/tests/suites/bridge_domain/bridge_domain_untagged.robot @@ -20,7 +20,8 @@ | Force Tags | HW_ENV | VM_ENV | Test Setup | Run Keywords | Setup all DUTs before test | ... | AND | Setup all TGs before traffic script -| Test Teardown | Show Packet Trace on All DUTs | ${nodes} +| Test Teardown | Run Keywords | Show Packet Trace on All DUTs | ${nodes} +| ... | AND | Show vpp trace dump on all DUTs | Documentation | *L2 bridge-domain test cases* | ... | ... | *[Top] Network Topologies:* TG=DUT1 2-node topology with two links @@ -221,6 +222,7 @@ | | Then Send and receive ICMPv4 bidirectionally | ${tg_node} | ${tg_to_dut_if1} | | ... | ${tg_to_dut_if2} | | [Teardown] | Run Keywords | Show Packet Trace on All DUTs | ${nodes} +| | ... | AND | Show vpp trace dump on all DUTs | | ... | AND | Stop and Clear QEMU | ${dut_node} | ${vm_node} | TC07: DUT with two L2BDs (MAC learn) switches ICMPv6 between TG and VM links @@ -253,6 +255,7 @@ | | Then Send and receive ICMPv6 bidirectionally | ${tg_node} | ${tg_to_dut_if1} | | ... | ${tg_to_dut_if2} | | [Teardown] | Run Keywords | Show Packet Trace on All DUTs | ${nodes} +| | ... | AND | Show vpp trace dump on all DUTs | | ... | AND | Stop and Clear QEMU | ${dut_node} | ${vm_node} | TC08: DUT with two L2BDs (static MACs) switches ICMPv4 between TG and VM links @@ -307,6 +310,7 @@ | | Then Send and receive ICMPv4 bidirectionally | ${tg_node} | ${tg_to_dut_if1} | | ... | ${tg_to_dut_if2} | | [Teardown] | Run Keywords | Show Packet Trace on All DUTs | ${nodes} +| | ... | AND | Show vpp trace dump on all DUTs | | ... | AND | Stop and Clear QEMU | ${dut_node} | ${vm_node} | TC09: DUT with two L2BDs (static MACs) switches ICMPv6 between TG and VM links @@ -361,4 +365,5 @@ | | Then Send and receive ICMPv6 bidirectionally | ${tg_node} | ${tg_to_dut_if1} | | ... | ${tg_to_dut_if2} | | [Teardown] | Run Keywords | Show Packet Trace on All DUTs | ${nodes} +| | ... | AND | Show vpp trace dump on all DUTs | | ... | AND | Stop and Clear QEMU | ${dut_node} | ${vm_node}