[isar-cip-core][PATCH] security-testing.yml: Add kas option for IEC layer testing
Venkata Pyla
From: venkata pyla <venkata.pyla@...>
This kas option file adds additonal packages required only while testing using cip-security-tests[1]. Also it provides additional rootfs size required for testing. [1] https://gitlab.com/cip-project/cip-testing/cip-security-tests Signed-off-by: venkata pyla <venkata.pyla@...> --- kas/opt/security-testing.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 kas/opt/security-testing.yml diff --git a/kas/opt/security-testing.yml b/kas/opt/security-testing.yml new file mode 100644 index 0000000..19215f1 --- /dev/null +++ b/kas/opt/security-testing.yml @@ -0,0 +1,20 @@ +# +# CIP Core, generic profile +# +# Copyright (c) Toshiba Corporation, 2022 +# +# Authors: +# Venkata Pyla <venkata.pyla@...> +# +# SPDX-License-Identifier: MIT +# +header: + version: 10 + includes: + - kas/opt/security.yml + +local_conf_header: + security_testing: | + IMAGE_PREINSTALL_append = " sshpass" + ROOTFS_EXTRA = "8192" + -- 2.20.1 |
|