[dts] [PATCH v1] test_plans/vf_macfilter: update vf macfilter test plan

Jiaqi Min jiaqix.min at intel.com
Thu Feb 13 11:45:16 CET 2020


update test plan for mac remove filter

Signed-off-by: Jiaqi Min <jiaqix.min at intel.com>
---
 test_plans/vf_macfilter_test_plan.rst | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/test_plans/vf_macfilter_test_plan.rst b/test_plans/vf_macfilter_test_plan.rst
index b5281d3..414039f 100644
--- a/test_plans/vf_macfilter_test_plan.rst
+++ b/test_plans/vf_macfilter_test_plan.rst
@@ -193,7 +193,14 @@ Test Case 2: test_kernel_2pf_2vf_1vm_mac_add_filter
    packets can be received by one VF and can be forwarded to another VF
    correctly.
 
-8. Use scapy to send 100 random packets with a wrong MAC to VF0, verify the
+8. remove the added mac address.
+      testpmd> mac_addr remove 0 00:11:22:33:44:55
+
+9. Use scapy to send 100 random packets to the deleted MAC to VF0, verify the
+   packets can't be received by one VF and also can't be forwarded to another
+   VF correctly
+
+10. Use scapy to send 100 random packets with a wrong MAC to VF0, verify the
    packets can't be received by one VF and also can't be forwarded to another
    VF correctly.
 
@@ -280,7 +287,14 @@ Test Case 3: test_dpdk_2pf_2vf_1vm_mac_add_filter
    packets can be received by one VF and can be forwarded to another VF
    correctly.
 
-9. Use scapy to send 100 random packets with a wrong MAC to VF0, verify the
+9. remove the added mac address.
+      testpmd> mac_addr remove 0 00:11:22:33:44:55
+
+10. Use scapy to send 100 random packets to the deleted MAC to VF0, verify the
+   packets can't be received by one VF and also can't be forwarded to another
+   VF correctly
+
+11. Use scapy to send 100 random packets with a wrong MAC to VF0, verify the
    packets can't be received by one VF and also can't be forwarded to
    another VF correctly.
 
-- 
2.17.1



More information about the dts mailing list