[V1] test_plans/cvl_switch_filter_test_plan.rst: Remove queue group action of MAC_PPPOD_PAY case

Message ID 1595592443-345705-1-git-send-email-nannan.lu@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] test_plans/cvl_switch_filter_test_plan.rst: Remove queue group action of MAC_PPPOD_PAY case |

Commit Message

Lu, Nannan July 24, 2020, 12:07 p.m. UTC
  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(-)
  

Comments

Tu, Lijuan Aug. 12, 2020, 5:22 a.m. UTC | #1
> 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 -------------------

Applied, thanks
  

Patch

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
 ^^^^^^^^^^^