[V1] tests/TestSuite_cvl_switch_filter.py: Remove queue group action of MAC_PPPOD_PAY case

Message ID 1595593525-345833-1-git-send-email-nannan.lu@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] tests/TestSuite_cvl_switch_filter.py: Remove queue group action of MAC_PPPOD_PAY case |

Commit Message

Lu, Nannan July 24, 2020, 12:25 p.m. UTC
  Remove queue group action of MAC_PPPOD_PAY case to align test plan.

Signed-off-by: Nannan Lu <nannan.lu@intel.com>
---
 tests/TestSuite_cvl_switch_filter.py | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)
  

Comments

Tu, Lijuan Aug. 12, 2020, 5:22 a.m. UTC | #1
> Remove queue group action of MAC_PPPOD_PAY case to align test plan.
> 
> Signed-off-by: Nannan Lu <nannan.lu@intel.com>
> ---
>  tests/TestSuite_cvl_switch_filter.py | 18 ++----------------

Applied, thanks
  

Patch

diff --git a/tests/TestSuite_cvl_switch_filter.py b/tests/TestSuite_cvl_switch_filter.py
index dc54fe7..1cb1e3f 100644
--- a/tests/TestSuite_cvl_switch_filter.py
+++ b/tests/TestSuite_cvl_switch_filter.py
@@ -931,20 +931,7 @@  tv_mac_pppod_pay_in_queue_01 = {
                   "expect_results":{"expect_pkts":1}}
 }
 
-tv_mac_pppod_pay_queue_region_02 = {
-    "name":"tv_mac_pppod_pay_queue_region_02",
-    "rte_flow_pattern":"flow create 0 ingress pattern eth type is 0x8863 / end actions rss queues 4 5 end / end",
-    "matched":{"scapy_str":['Ether(dst="00:11:22:33:44:55")/PPPoED()/PPP()/IP()/Raw("x" *80)'],
-               "check_func":{"func":rfc.check_output_log_queue_region,
-                             "param":{"expect_port":0, "expect_queues":[4, 5]}},
-               "expect_results":{"expect_pkts":1}},
-    "mismatched":{"scapy_str":['Ether(dst="00:11:22:33:44:55")/PPPoE()/PPP()/IP()/Raw("x" *80)'],
-                  "check_func":{"func":rfc.check_output_log_queue_region_mismatched,
-                                "param":{"expect_port":0, "expect_queues":[4, 5]}},
-                  "expect_results":{"expect_pkts":1}}
-}
-
-tv_mac_pppod_pay_drop_03 = {
+tv_mac_pppod_pay_drop_02 = {
     "name":"tv_mac_pppod_pay_drop_03",
     "rte_flow_pattern":"flow create 0 ingress pattern eth type is 0x8863 / end actions drop / end",
     "matched":{"scapy_str":['Ether(dst="00:11:22:33:44:55")/PPPoED()/PPP()/IP()/Raw("x" *80)'],
@@ -959,8 +946,7 @@  tv_mac_pppod_pay_drop_03 = {
 
 tvs_mac_pppod_pay = [
     tv_mac_pppod_pay_in_queue_01,
-    tv_mac_pppod_pay_queue_region_02,
-    tv_mac_pppod_pay_drop_03
+    tv_mac_pppod_pay_drop_02
     ]
 
 #pppoe non-pipeline mode