[dts] [PATCH V1 1/2] test_plans/fortville_rss_input_test_plan: remove global configurations of hash filter case

Yu Jiang yux.jiang at intel.com
Thu Aug 19 13:35:20 CEST 2021


According to dpdk commit 81db321da ethdev: remove legacy HASH filter type support,
remove case test_global_hash_configuration 

Signed-off-by: Yu Jiang <yux.jiang at intel.com>
---
 test_plans/fortville_rss_input_test_plan.rst | 29 ----------------------------
 1 file changed, 29 deletions(-)

diff --git a/test_plans/fortville_rss_input_test_plan.rst b/test_plans/fortville_rss_input_test_plan.rst
index 1f249ac..a73b1b5 100644
--- a/test_plans/fortville_rss_input_test_plan.rst
+++ b/test_plans/fortville_rss_input_test_plan.rst
@@ -58,35 +58,6 @@ Prerequisites
     testpmd>set verbose 1
     testpmd>start
 
-Test Case: test global configurations of hash filter
-====================================================
-
-create a rule that set global configurations of hash filters is toeplitz::
-
-    testpmd> flow create 0 ingress pattern end actions rss types end queues end func simple_xor / end
-    testpmd> flow list 0
-
-verify the Rule is RSS.
-
-get the status of hash configuration::
-
-    testpmd> get_hash_global_config 0
-
-verify Hash function is simple_xor.
-
-delete the rule::
-
-    testpmd> flow flush 0
-    testpmd> flow list 0
-
-verify the rules have been destroyed.
-
-get the status of hash configuration::
-
-    testpmd> get_hash_global_config 0
-
-verify Hash function is toeplitz.
-
 Test Case: test symmetric hash configuration
 ============================================
 
-- 
2.7.4



More information about the dts mailing list