diff mbox series

[isar-cip-core,v1,1/3] security.yml: Set new LTP installation path in case of security target.

Message ID 20250203115321.3589084-2-Sai.Sathujoda@toshiba-tsip.com (mailing list archive)
State New
Headers show
Series Make LTP installation path configurable | expand

Commit Message

Sai.Sathujoda@toshiba-tsip.com Feb. 3, 2025, 11:53 a.m. UTC
From: sai ashrith sathujoda <sai.sathujoda@toshiba-tsip.com>

Due to read-only rootfs of security image, LTP tests cannot be executed
because the runltp tool expects the install path as working directory and
this creates issues with "/opt/ltp" as install path.

So in case of security image, the LTP installation path is configured
to be "/home/ltp"

Signed-off-by: sai ashrith sathujoda <sai.sathujoda@toshiba-tsip.com>
---
 kas/opt/security.yml | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/kas/opt/security.yml b/kas/opt/security.yml
index 4aa40e0..974b756 100644
--- a/kas/opt/security.yml
+++ b/kas/opt/security.yml
@@ -26,3 +26,5 @@  local_conf_header:
     VERITY_IMAGE_RECIPE = "cip-core-image-security"
   security-override: |
     OVERRIDES .= ":security"
+  change_ltp_path: |
+    LTP_INSTALL_PATH = "/home/ltp"