Date
1 - 5 of 5
[isar-cip-core][PATCH v2 3/3] testing: Add test.yml
Nobuhiro Iwamatsu
Add YAML to add the test application to each images.
The following test applications will be added. - ltp - rt-tests - stress-ng And this appends '-test' to the generated image filename. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> --- kas/opt/test.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 kas/opt/test.yml diff --git a/kas/opt/test.yml b/kas/opt/test.yml new file mode 100644 index 0000000..75b257d --- /dev/null +++ b/kas/opt/test.yml @@ -0,0 +1,20 @@ +# +# Copyright (c) Siemens AG, 2019 +# Copyright (c) Toshiba Corporation, 2020 +# +# Authors: +# Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> +# +# SPDX-License-Identifier: MIT +# + +header: + version: 8 + +local_conf_header: + testing: | + IMAGE_INSTALL += "ltp-full" + IMAGE_PREINSTALL += "rt-tests stress-ng" + DESCRIPTION_append = " with test packages" + IMAGE_FULLNAME_append = "-test" + -- 2.27.0
|
|
Jan Kiszka
On 19.08.20 06:42, Nobuhiro Iwamatsu wrote:
Add YAML to add the test application to each images.Ah, nice solution with the _append. Can you follow up with a patch for CI that adds the test feature at least to some of your images? I actually wonder if we shouldn't add it to all, or even have to in case the CI images are directly used for testing. Jan -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux
|
|
Nobuhiro Iwamatsu
Hi,
toggle quoted messageShow quoted text
-----Original Message-----Yes, I planned to do it after it was applied. I will add this to v3 patch series. JanBest regards, Nobuhiro --
|
|
Jan Kiszka
On 19.08.20 08:31, nobuhiro1.iwamatsu@toshiba.co.jp wrote:
Hi,No need to resend, the patches are already in next, locally. Just add-----Original Message-----Yes, I planned to do it after it was applied. that patch on top. Jan -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux
|
|
Nobuhiro Iwamatsu
Hi,
toggle quoted messageShow quoted text
-----Original Message-----<snip> Okay, I send a patch for CI only.No need to resend, the patches are already in next, locally. Just addYes, I planned to do it after it was applied. JanBest regards, Nobuhiro
|
|