[V1,2/2] tests/nvgre: script optimization

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

Checks

Context Check Description
ci/Intel-dts-format-test success Testing OK
ci/Intel-dts-pylama-test success Testing OK
ci/Intel-dts-suite-test success Testing OK

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_nvgre.py | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Tu, Lijuan Aug. 25, 2022, 3:54 a.m. UTC | #1
On Mon, 18 Jul 2022 17:13:35 +0800, Weiyuan Li <weiyuanx.li@intel.com> wrote:
> Remove the "1S/1C/2T" in script.
> 
> Signed-off-by: Weiyuan Li <weiyuanx.li@intel.com>

Acked-by: Lijuan Tu <lijuan.tu@intel.com>
Series applied, thanks
  

Patch

diff --git a/tests/TestSuite_nvgre.py b/tests/TestSuite_nvgre.py
index 99681ea7..6005b4eb 100644
--- a/tests/TestSuite_nvgre.py
+++ b/tests/TestSuite_nvgre.py
@@ -422,7 +422,6 @@  class TestNvgre(TestCase):
         # performance test cycle
         self.test_cycles = [
             {"cores": "1S/1C/1T", "Mpps": {}, "pct": {}},
-            {"cores": "1S/1C/2T", "Mpps": {}, "pct": {}},
             {"cores": "1S/2C/1T", "Mpps": {}, "pct": {}},
         ]