[V1,2/9] tests/TestSuite_fips_cryptodev: support meson build
Commit Message
From: "Jiang,yu" <yux.jiang@intel.com>
adapt to support both meson and makefile build
Signed-off-by: Jiang,yu <yux.jiang@intel.com>
---
tests/TestSuite_fips_cryptodev.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -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,