[dts] [PATCH V1 2/2] tests/dynamic_flowtype: remove a cmd to adapt dpdk
Xiang An
xiangx.an at intel.com
Wed Jun 2 10:01:59 CEST 2021
Signed-off-by: Xiang An <xiangx.an at intel.com>
---
tests/TestSuite_dynamic_flowtype.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/tests/TestSuite_dynamic_flowtype.py b/tests/TestSuite_dynamic_flowtype.py
index 3f47d59..d60a582 100644
--- a/tests/TestSuite_dynamic_flowtype.py
+++ b/tests/TestSuite_dynamic_flowtype.py
@@ -235,8 +235,6 @@ class TestDynamicFlowtype(TestCase):
% (pctype, flowtype) in out,
"Failed update flow type to pctype mapping!!!")
if reset is False:
- self.dut_testpmd.execute_cmd(
- 'set_hash_input_set 0 %s udp-key add' % flowtype)
self.dut_testpmd.execute_cmd('port config all rss %s' % flowtype)
else:
self.dut_testpmd.execute_cmd('port config 0 pctype mapping reset')
--
1.8.3.1
More information about the dts
mailing list