[dts] [PATCH V1] tests/cvl_advanced_rss_gtpu: remove verification msg

Zhimin Huang zhiminx.huang at intel.com
Wed Apr 21 05:09:52 CEST 2021


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

Signed-off-by: Zhimin Huang <zhiminx.huang at 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



More information about the dts mailing list