Skip to content

Commit

Permalink
Update partitioning and timeout configuration for gui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Aug 26, 2015
1 parent 91cc5a9 commit 7e4b40c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/gui/anaconda-autogui-testing.ks
Expand Up @@ -10,7 +10,7 @@ rootpw qweqwe
bootloader --location=mbr
zerombr
clearpart --all
part / --fstype="ext4" --size=6000
part / --fstype="ext4" --size=10240

%post
cat >> /etc/rc.d/init.d/livesys << EOF
Expand Down
4 changes: 2 additions & 2 deletions tests/gui/make_livecd.sh
Expand Up @@ -54,7 +54,7 @@ REPO="$3"
# (1) Remove the first two / partitions we inherit.
# (2) Remove rawhide as a repo because it's already the installation source.
# (3) Don't remove /boot/initramfs*. Do what now?
ksflatten -c anaconda-autogui-testing.ks | sed -e '\|part /.*--size=3.*|,+1 d' \
ksflatten -c anaconda-autogui-testing.ks | sed -e '\|part /.*--size=4.*|,+1 d' \
-e '/repo --name="rawhide"/ d' \
-e '/^# save a little/,+1 d' > livecd.ks

Expand Down Expand Up @@ -86,6 +86,6 @@ livemedia-creator --make-iso \
--ram 2048 \
--vcpus 2 \
--kernel-args nomodeset \
--timeout 90
--timeout 180
rm livecd.ks
rm -r ${TEMPLATES}

0 comments on commit 7e4b40c

Please sign in to comment.