[dts] [PATCH for-next 6/6] tests/TestSuite_nic_single_core_perf: Fix test case name

Patrick MacArthur pmacarth at iol.unh.edu
Tue Feb 20 18:26:12 CET 2018


The test framework will only run performance tests that start with
test_perf_. Fix the name so that the nic_single_core_perf test is run.

Tested-by: Ali Alnubani <alialnu at mellanox.com>
Signed-off-by: Patrick MacArthur <pmacarth at iol.unh.edu>
---
 tests/TestSuite_nic_single_core_perf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_nic_single_core_perf.py b/tests/TestSuite_nic_single_core_perf.py
index bff763c129fa..2a0934742623 100644
--- a/tests/TestSuite_nic_single_core_perf.py
+++ b/tests/TestSuite_nic_single_core_perf.py
@@ -97,7 +97,7 @@ class TestNicSingleCorePerf(TestCase):
         else:
             raise Exception("Not required NIC")
 
-    def test_nic_single_core_perf(self):
+    def test_perf_nic_single_core_perf(self):
         """
         Run nic single core performance 
         """
-- 
2.14.1



More information about the dts mailing list