[dts] [PATCH V1 2/9] tests/TestSuite_fips_cryptodev: support meson build

Jiang, YuX yux.jiang at intel.com
Mon Sep 7 13:10:28 CEST 2020


From: "Jiang,yu" <yux.jiang at intel.com>

adapt to support both meson and makefile build

Signed-off-by: Jiang,yu <yux.jiang at intel.com>
---
 tests/TestSuite_fips_cryptodev.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_fips_cryptodev.py b/tests/TestSuite_fips_cryptodev.py
index aab2167..8c75d54 100644
--- a/tests/TestSuite_fips_cryptodev.py
+++ b/tests/TestSuite_fips_cryptodev.py
@@ -45,7 +45,7 @@ class FipCryptodev(TestCase):
         self.verify("No such"not in out,"Compilation error")
         self.vf_driver = self.get_suite_cfg()['vf_driver']
         cc.bind_qat_device(self, "vfio-pci")
-        self._app_path = "./examples/fips_validation/build/fips_validation"
+        self._app_path = self.dut.apps_name['fips_validation']
         self._default_fips_opts = {
             "req-file": None,
             "rsp-file": None,
-- 
2.7.4



More information about the dts mailing list