[master 1/1] Update partitioning and timeout configuration for gui tests

atodorov installerbot-noreply at redhat.com
Wed Aug 26 13:08:34 UTC 2015


From: Alexander Todorov <atodorov at redhat.com>

---
 tests/gui/anaconda-autogui-testing.ks | 2 +-
 tests/gui/make_livecd.sh              | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/gui/anaconda-autogui-testing.ks b/tests/gui/anaconda-autogui-testing.ks
index 21c9348..2eecdfe 100644
--- a/tests/gui/anaconda-autogui-testing.ks
+++ b/tests/gui/anaconda-autogui-testing.ks
@@ -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
diff --git a/tests/gui/make_livecd.sh b/tests/gui/make_livecd.sh
index 5412fd3..c3209e0 100755
--- a/tests/gui/make_livecd.sh
+++ b/tests/gui/make_livecd.sh
@@ -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
 
@@ -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}


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/7e4b40c5145b736542075c39dfaff33b94b173e4


More information about the anaconda-patches mailing list