[dts][PATCH V1] tests/crypto_perf_cryptodev_perf: adapt lscpu info

Yu Jiang yux.jiang at intel.com
Mon Jan 16 03:24:09 CET 2023


adapt lscpu info

Signed-off-by: Yu Jiang <yux.jiang at intel.com>
---
 tests/TestSuite_crypto_perf_cryptodev_perf.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/TestSuite_crypto_perf_cryptodev_perf.py b/tests/TestSuite_crypto_perf_cryptodev_perf.py
index 9270b52d..91b8048a 100644
--- a/tests/TestSuite_crypto_perf_cryptodev_perf.py
+++ b/tests/TestSuite_crypto_perf_cryptodev_perf.py
@@ -327,6 +327,8 @@ class PerfTestsCryptodev(TestCase):
         for each_line in out.split("\n"):
             if each_line.find(":") == -1:
                 continue
+            elif "Vulnerability" in each_line:
+                continue
             key, value = each_line.split(":")
             cpu_info[key] = value.strip()
         core, thread = 0, 0
-- 
2.25.1



More information about the dts mailing list