* [dts] [PATCH V1] tests/TestSuite_cvl_switch_filter.py: Remove queue group action of MAC_PPPOD_PAY case
@ 2020-07-24 12:25 Nannan Lu
2020-08-12 5:22 ` Tu, Lijuan
0 siblings, 1 reply; 2+ messages in thread
From: Nannan Lu @ 2020-07-24 12:25 UTC (permalink / raw)
To: dts; +Cc: Nannan Lu
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-12 5:23 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:25 [dts] [PATCH V1] tests/TestSuite_cvl_switch_filter.py: 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).