Skip to content

Commit 49ba8a9

Browse files
authored
Merge pull request #2852 from OSInside/add_slfo_integration_test
Add SLFO integration test
2 parents a53c495 + eefb0da commit 49ba8a9

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<image schemaversion="7.5" name="kiwi-test-image-disk-simple" displayname="Simple Disk">
4+
<description type="system">
5+
<author>Marcus Schäfer</author>
6+
<contact>[email protected]</contact>
7+
<specification>Simple disk test build</specification>
8+
</description>
9+
<preferences>
10+
<version>1.16.0</version>
11+
<packagemanager>zypper</packagemanager>
12+
<locale>en_US</locale>
13+
<keytable>us</keytable>
14+
<timezone>Europe/Berlin</timezone>
15+
<rpm-excludedocs>false</rpm-excludedocs>
16+
<rpm-check-signatures>false</rpm-check-signatures>
17+
<type image="oem" filesystem="ext3" kernelcmdline="console=ttyS0" firmware="uefi" format="vmdk">
18+
<oemconfig>
19+
<oem-resize>false</oem-resize>
20+
</oemconfig>
21+
<bootloader name="grub2" console="serial" timeout="10"/>
22+
</type>
23+
</preferences>
24+
<users>
25+
<user password="$1$wYJUgpM5$RXMMeASDc035eX.NbYWFl0" home="/root" name="root" groups="root"/>
26+
</users>
27+
<repository type="rpm-md">
28+
<source path="obsrepositories:/"/>
29+
</repository>
30+
<packages type="image">
31+
<package name="bind-utils"/>
32+
<package name="systemd"/>
33+
<package name="iputils"/>
34+
<package name="vim"/>
35+
<package name="grub2"/>
36+
<package name="grub2-x86_64-efi" arch="x86_64"/>
37+
<package name="grub2-i386-pc"/>
38+
<package name="lvm2"/>
39+
<package name="plymouth"/>
40+
<package name="fontconfig"/>
41+
<package name="fonts-config"/>
42+
<package name="tar"/>
43+
<package name="parted"/>
44+
<package name="openssh"/>
45+
<package name="iproute2"/>
46+
<package name="less"/>
47+
<package name="bash-completion"/>
48+
<package name="dhcp-client"/>
49+
<package name="which"/>
50+
<package name="kernel-default"/>
51+
<package name="shim"/>
52+
<package name="timezone"/>
53+
<package name="NetworkManager"/>
54+
<package name="aws-cli-cmd"/>
55+
</packages>
56+
<packages type="bootstrap">
57+
<package name="udev"/>
58+
<package name="filesystem"/>
59+
<package name="glibc-locale"/>
60+
<package name="cracklib-dict-full"/>
61+
<package name="ca-certificates"/>
62+
<package name="ca-certificates-mozilla"/>
63+
</packages>
64+
</image>

helper/build_status.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ for project in \
1212
Virtualization:Appliances:Images:Testing_x86:rawhide \
1313
Virtualization:Appliances:Images:Testing_ppc:rawhide \
1414
Virtualization:Appliances:Images:Testing_x86:leap \
15+
Virtualization:Appliances:Images:Testing_x86:slfo \
1516
Virtualization:Appliances:Images:Testing_x86:centos \
1617
Virtualization:Appliances:Images:Testing_x86:fedora \
1718
Virtualization:Appliances:Images:Testing_x86:ubuntu \

0 commit comments

Comments
 (0)