From 863722fb63f4af7256f7a4d879933b79febf386d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Wed, 19 Aug 2020 09:25:13 +0200 Subject: [PATCH] Added s390 SLE15 integration tests --- .../sle15/test-image-vmx-oem/appliance.kiwi | 84 +++++++++++++++++++ .../s390/sle15/test-image-vmx-oem/config.sh | 42 ++++++++++ helper/build_status.sh | 1 + 3 files changed, 127 insertions(+) create mode 100644 build-tests/s390/sle15/test-image-vmx-oem/appliance.kiwi create mode 100644 build-tests/s390/sle15/test-image-vmx-oem/config.sh diff --git a/build-tests/s390/sle15/test-image-vmx-oem/appliance.kiwi b/build-tests/s390/sle15/test-image-vmx-oem/appliance.kiwi new file mode 100644 index 0000000000..cdc859f387 --- /dev/null +++ b/build-tests/s390/sle15/test-image-vmx-oem/appliance.kiwi @@ -0,0 +1,84 @@ + + + + + + + Marcus Schäfer + ms@suse.com + Virtual and Physical disk image test + + + + + + + 1.15.1 + zypper + en_US + us + Europe/Berlin + true + false + + + + + + + + + + + + + + true + 4096 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build-tests/s390/sle15/test-image-vmx-oem/config.sh b/build-tests/s390/sle15/test-image-vmx-oem/config.sh new file mode 100644 index 0000000000..3f41e7cf8e --- /dev/null +++ b/build-tests/s390/sle15/test-image-vmx-oem/config.sh @@ -0,0 +1,42 @@ +#!/bin/bash +#================ +# FILE : config.sh +#---------------- +# PROJECT : OpenSuSE KIWI Image System +# COPYRIGHT : (c) 2006 SUSE LINUX Products GmbH. All rights reserved +# : +# AUTHOR : Marcus Schaefer +# : +# BELONGS TO : Operating System images +# : +# DESCRIPTION : configuration script for SUSE based +# : operating systems +# : +# : +# STATUS : BETA +#---------------- +#====================================== +# Functions... +#-------------------------------------- +test -f /.kconfig && . /.kconfig +test -f /.profile && . /.profile + +#====================================== +# Greeting... +#-------------------------------------- +echo "Configure image: [$kiwi_iname]..." + +#====================================== +# Setup baseproduct link +#-------------------------------------- +suseSetupProduct + +#====================================== +# Activate services +#-------------------------------------- +suseInsertService sshd + +#====================================== +# Setup default target, multi-user +#-------------------------------------- +baseSetRunlevel 3 diff --git a/helper/build_status.sh b/helper/build_status.sh index b8fe0ea8da..09af11c964 100755 --- a/helper/build_status.sh +++ b/helper/build_status.sh @@ -9,6 +9,7 @@ for project in \ Virtualization:Appliances:Images:Testing_x86:fedora \ Virtualization:Appliances:Images:Testing_x86:ubuntu \ Virtualization:Appliances:Images:Testing_s390:suse \ + Virtualization:Appliances:Images:Testing_s390:sle15 \ Virtualization:Appliances:Images:Testing_arm:suse \ Virtualization:Appliances:Images:Testing_arm:fedora \ Virtualization:Appliances:Images:Testing_ppc:suse \