test suite reviews and discussions
 help / color / mirror / Atom feed
From: Nannan Lu <nannan.lu@intel.com>
To: dts@dpdk.org
Cc: Nannan Lu <nannan.lu@intel.com>
Subject: [dts] [PATCH V1] tests/TestSuite_cvl_switch_filter.py: Remove queue group action of MAC_PPPOD_PAY case
Date: Fri, 24 Jul 2020 12:25:25 +0000	[thread overview]
Message-ID: <1595593525-345833-1-git-send-email-nannan.lu@intel.com> (raw)

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

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


             reply	other threads:[~2020-07-24  3:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-24 12:25 Nannan Lu [this message]
2020-08-12  5:22 ` Tu, Lijuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1595593525-345833-1-git-send-email-nannan.lu@intel.com \
    --to=nannan.lu@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).