[dts][PATCH V1]tests/perf_test_base: add the correct corelist

Yingya Han yingyax.han at intel.com
Fri May 20 03:52:15 CEST 2022


Signed-off-by: Yingya Han <yingyax.han at intel.com>
---
 tests/perf_test_base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/perf_test_base.py b/tests/perf_test_base.py
index d60572e0..74a2a37e 100644
--- a/tests/perf_test_base.py
+++ b/tests/perf_test_base.py
@@ -1366,7 +1366,7 @@ class PerfTestBase(object):
                     configs.append(
                         [
                             test_item,
-                            _corelist,
+                            corelist,
                             ",".join(
                                 [
                                     "({0},{1},{2})".format(port, queue, core)
-- 
2.25.1



More information about the dts mailing list