Skip to content

Commit 5b528f9

Browse files
committed
Update test-image-disk-simple integration test
Update slfo/test-image-disk-simple. Add more space for flake testing and add a user to test flakes for non root
1 parent e40799b commit 5b528f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-tests/x86/slfo/test-image-disk-simple/appliance.kiwi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@
1919
<oem-resize>false</oem-resize>
2020
</oemconfig>
2121
<bootloader name="grub2" console="serial" timeout="10"/>
22+
<size unit="G">4</size>
2223
</type>
2324
</preferences>
2425
<users>
2526
<user password="$1$wYJUgpM5$RXMMeASDc035eX.NbYWFl0" home="/root" name="root" groups="root"/>
27+
<user password="$1$wYJUgpM5$RXMMeASDc035eX.NbYWFl0" home="/home/ec2-user" name="ec2-user" groups="users,root"/>
2628
</users>
2729
<repository type="rpm-md">
2830
<source path="obsrepositories:/"/>

0 commit comments

Comments
 (0)