test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1][dts 1/2] add allmutlicast and broadcast test plan
@ 2016-04-22  6:02 xu,huilong
  2016-04-22  6:02 ` [dts] [PATCH V2][dts 2/2] add allmutlicast and broadcast test case xu,huilong
  2016-05-04 17:10 ` [dts] [PATCH V1][dts 1/2] add allmutlicast and broadcast test plan Liu, Yong
  0 siblings, 2 replies; 6+ messages in thread
From: xu,huilong @ 2016-04-22  6:02 UTC (permalink / raw)
  To: dts; +Cc: xu,huilong

Signed-off-by: xu,huilong <huilongx.xu@intel.com>
---
 test_plans/dynamic_config_test_plan.rst | 57 ++++++++++++++++++++++++++++++++-
 1 file changed, 56 insertions(+), 1 deletion(-)

diff --git a/test_plans/dynamic_config_test_plan.rst b/test_plans/dynamic_config_test_plan.rst
index f1dbd1b..93a0434 100644
--- a/test_plans/dynamic_config_test_plan.rst
+++ b/test_plans/dynamic_config_test_plan.rst
@@ -1,4 +1,4 @@
-.. Copyright (c) <2010, 2011>, Intel Corporation
+.. Copyright (c) <2010, 2016>, Intel Corporation
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
@@ -194,6 +194,61 @@ Send a packet with with destination MAC address equal with the port 8 address.::
 
 Verify that the packet was received (RX-packets incremented).
 
+Test Case: Disable Promiscuous Mode boardcast
+===================================
+
+Disable promiscuous mode and verify that the packets are received boardcast packet.::
+  
+  testpmd> set promisc all off
+  testpmd> set fwd io
+  testpmd> clear port stats all
+Send a packet with destination MAC address different than the port 0 address.::
+
+  testpmd> show port stats 1
+
+    ######################## NIC statistics for port 1  ########################
+    RX-packets: 0          RX-errors: 0         RX-bytes: 0
+    TX-packets: 0          TX-errors: 0         TX-bytes: 0
+    ############################################################################
+
+Verify that no packet was fwd (port 1 TX-packets is 0).
+  testpmd> clear port stats all
+Send a boardcast packet .::
+
+    ######################## NIC statistics for port 1  ########################
+    RX-packets: 0          RX-errors: 0         RX-bytes: 0
+    TX-packets: 1          TX-errors: 0         TX-bytes: 80
+    ############################################################################
+
+Verify that the packet was received and fwd(TX-packets is 1).
 
+Test Case: Disable Promiscuous Mode mutlicast
+===================================
+
+Disable promiscuous mode and verify that the packets are received mutlicast packet.::
+  
+  testpmd> set promisc all off
+  testpmd> set fwd io
+  testpmd> clear port stats all
+  testpmd> set allmulti all off
+Send a packet with destination MAC is mutlicast mac eg: 01:00:00:33:00:01.::
+
+  testpmd> show port stats 1
+
+    ######################## NIC statistics for port 1  ########################
+    RX-packets: 0          RX-errors: 0         RX-bytes: 0
+    TX-packets: 0          TX-errors: 0         TX-bytes: 0
+    ############################################################################
+
+Verify that no packet was fwd (port 1 TX-packets is 0).
+  testpmd> clear port stats all
+  testpmd> set allmulti all on
+Send a packet with destination MAC is mutlicast mac eg: 01:00:00:33:00:01.::
+
+    ######################## NIC statistics for port 1  ########################
+    RX-packets: 0          RX-errors: 0         RX-bytes: 0
+    TX-packets: 1          TX-errors: 0         TX-bytes: 80
+    ############################################################################
 
+Verify that the packet was received and fwd(TX-packets is 1).
  
-- 
1.9.3

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-05-04 17:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-22  6:02 [dts] [PATCH V1][dts 1/2] add allmutlicast and broadcast test plan xu,huilong
2016-04-22  6:02 ` [dts] [PATCH V2][dts 2/2] add allmutlicast and broadcast test case xu,huilong
2016-04-29 17:48   ` Liu, Yong
2016-05-03  1:49     ` Xu, HuilongX
2016-05-04 17:13       ` Liu, Yong
2016-05-04 17:10 ` [dts] [PATCH V1][dts 1/2] add allmutlicast and broadcast test plan Liu, Yong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).