test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/cvl_advanced_rss_gtpu: remove verification msg
@ 2021-04-21  3:09 Zhimin Huang
  2021-04-21  3:27 ` Huang, ZhiminX
  0 siblings, 1 reply; 4+ messages in thread
From: Zhimin Huang @ 2021-04-21  3:09 UTC (permalink / raw)
  To: dts; +Cc: Zhimin Huang

*.the verification msg changes with dpdk update, so only check create rule failed

Signed-off-by: Zhimin Huang <zhiminx.huang@intel.com>
---
 tests/TestSuite_cvl_advanced_rss_gtpu.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_cvl_advanced_rss_gtpu.py b/tests/TestSuite_cvl_advanced_rss_gtpu.py
index a822d4b3..f1f4fe43 100755
--- a/tests/TestSuite_cvl_advanced_rss_gtpu.py
+++ b/tests/TestSuite_cvl_advanced_rss_gtpu.py
@@ -4821,7 +4821,7 @@ class TestCVLAdvancedRSSGTPU(TestCase):
             'flow create 0 ingress pattern eth / ipv6 / udp / gtpu / ipv6 / tcp / end actions rss types ipv6-tcp ipv6 end key_len 0 queues end / end',
             'flow create 0 ingress pattern eth / ipv6 / udp / gtpu / gtp_psc pdu_t is 0 / ipv6 / tcp / end actions rss types ipv6-tcp ipv6 end key_len 0 queues end / end',
         ]
-        self.rssprocess.create_rule(rule=negative_rules, check_stats=False, msg="Invalid input pattern: Invalid argument")
+        self.rssprocess.create_rule(rule=negative_rules, check_stats=False)
 
     def test_symmetric_negative_cases(self):
         rules = [
-- 
2.17.1


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

end of thread, other threads:[~2021-05-07  6:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-21  3:09 [dts] [PATCH V1] tests/cvl_advanced_rss_gtpu: remove verification msg Zhimin Huang
2021-04-21  3:27 ` Huang, ZhiminX
2021-04-21  4:17   ` Zhao, HaiyangX
2021-05-07  6:59     ` 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).