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

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


From: Alexander Todorov <atodorov at redhat.com>

---
 tests/gui/anaconda-autogui-testing.ks | 2 +-
 tests/gui/make_livecd.sh              | 6 +++---
 2 files changed, 4 insertions(+), 4 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..bc6287f 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
 
@@ -77,7 +77,7 @@ livemedia-creator --make-iso \
                   --iso "${ISO}" \
                   --title Fedora \
                   --project Fedora \
-                  --releasever 21 \
+                  --releasever 24 \
                   --tmp /var/tmp \
                   --resultdir "${RESULTSDIR}" \
                   --ks 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/9bbe89363837973a93f233c31ab8e94a2155f2e3


More information about the anaconda-patches mailing list