[V1,1/2] tests/tso: script optimization

Message ID 20220718091335.20862-1-weiyuanx.li@intel.com (mailing list archive)
State Accepted
Headers
Series [V1,1/2] tests/tso: script optimization |

Commit Message

Weiyuan Li July 18, 2022, 9:13 a.m. UTC
  Remove the "1S/1C/2T" in script.

Signed-off-by: Weiyuan Li <weiyuanx.li@intel.com>
---
 tests/TestSuite_tso.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/tests/TestSuite_tso.py b/tests/TestSuite_tso.py
index 778ba3cc..8e128d50 100644
--- a/tests/TestSuite_tso.py
+++ b/tests/TestSuite_tso.py
@@ -43,7 +43,7 @@  class TestTSO(TestCase):
         self.loading_sizes = [128, 800, 801, 1700, 2500]
         self.rxfreet_values = [0, 8, 16, 32, 64, 128]
 
-        self.test_cycles = [{"cores": "1S/1C/2T", "Mpps": {}, "pct": {}}]
+        self.test_cycles = [{"cores": "", "Mpps": {}, "pct": {}}]
 
         self.table_header = ["Frame Size"]
         for test_cycle in self.test_cycles: