test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] test_plans/cvl_switch_filter_test_plan.rst: Remove queue group action of MAC_PPPOD_PAY case
@ 2020-07-24 12:07 Nannan Lu
  2020-08-12  5:22 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Nannan Lu @ 2020-07-24 12:07 UTC (permalink / raw)
  To: dts; +Cc: Nannan Lu

Remove queue group action of MAC_PPPOD_PAY case because
ND base code will not support RSS for PPPoED packets.

Signed-off-by: Nannan Lu <nannan.lu@intel.com>
---
 test_plans/cvl_switch_filter_test_plan.rst | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/test_plans/cvl_switch_filter_test_plan.rst b/test_plans/cvl_switch_filter_test_plan.rst
index 0672690..7ab7578 100644
--- a/test_plans/cvl_switch_filter_test_plan.rst
+++ b/test_plans/cvl_switch_filter_test_plan.rst
@@ -3567,25 +3567,6 @@ send mismatched packets::
 
 verify this packet not to queue 2
 
-to queue group action
-^^^^^^^^^^^^^^^^^^^^^
-
-create a rule::
-
-  testpmd> flow create 0 ingress pattern eth type is 0x8863 / end actions rss queues 4 5 end / end
-
-send matched packets::
-
-  sendp([Ether(dst="00:11:22:33:44:55")/PPPoED()/PPP()/IP()/Raw('x' *80)],iface="enp27s0f2",count=1)
-
-verify this packet to queue 4 or 5
-
-send mismatched packets::
-
-  sendp([Ether(dst="00:11:22:33:44:55")/PPPoE()/PPP()/IP()/Raw('x' *80)],iface="enp27s0f2",count=1)
-
-verify this packet not to queue 4 and 5
-
 drop action
 ^^^^^^^^^^^
 
-- 
2.7.4


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

end of thread, other threads:[~2020-08-12  5:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-24 12:07 [dts] [PATCH V1] test_plans/cvl_switch_filter_test_plan.rst: Remove queue group action of MAC_PPPOD_PAY case Nannan Lu
2020-08-12  5:22 ` Tu, Lijuan

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).