Skip to content

Commit 9b5b8d1

Browse files
authored
Merge pull request #2879 from OSInside/add_test_for_profiled_overlays
Add test for profiled overlays
2 parents 5bfce21 + 0c9ffa4 commit 9b5b8d1

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

build-tests/x86/tumbleweed/test-image-tbz/A/A_profile

Whitespace-only changes.

build-tests/x86/tumbleweed/test-image-tbz/B/B_profile

Whitespace-only changes.

build-tests/x86/tumbleweed/test-image-tbz/appliance.kiwi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

3+
<!-- OBS-Profiles: @BUILD_FLAVOR@ -->
4+
35
<image schemaversion="7.5" name="kiwi-test-image-tbz">
46
<description type="system">
57
<author>Marcus Schäfer</author>
68
<contact>[email protected]</contact>
79
<specification>Simple tar archive build, bootstrap only</specification>
810
</description>
11+
<profiles>
12+
<profile name="A" description="Some profile A"/>
13+
<profile name="B" description="Some profile B that requires A">
14+
<requires profile="A"/>
15+
</profile>
16+
</profiles>
917
<preferences>
1018
<version>1.15.1</version>
1119
<packagemanager>zypper</packagemanager>

0 commit comments

Comments
 (0)