[SCM] debian-live/autotesting branch, master, updated. 25a247e5910067e48d1f8f98084b0f9d77419c86
Brendan M. Sleight
bms.debian at barwap.com
Tue Jul 15 23:17:09 UTC 2008
The following commit has been merged in the master branch:
commit 25a247e5910067e48d1f8f98084b0f9d77419c86
Author: Brendan M. Sleight <bms.debian at barwap.com>
Date: Tue Jul 15 23:16:46 2008 +0000
Adding list of image-url to test daily.lst, weekly.lst and monthly.lst
diff --git a/daily.lst b/daily.lst
new file mode 100644
index 0000000..f0d43f1
--- /dev/null
+++ b/daily.lst
@@ -0,0 +1,4 @@
+http://live.debian.net/cdimage/daily-builds/current/i386/debian-live-sid-i386-standard.iso
+http://live.debian.net/cdimage/daily-builds/current/i386/debian-live-sid-i386-xfce-desktop.iso
+http://live.debian.net/cdimage/daily-builds/current/i386/debian-live-sid-i386-gnome-desktop.iso
+http://live.debian.net/cdimage/daily-builds/current/i386/debian-live-sid-i386-kde-desktop.img
diff --git a/monthly.lst b/monthly.lst
new file mode 100644
index 0000000..4256508
--- /dev/null
+++ b/monthly.lst
@@ -0,0 +1,4 @@
+http://live.debian.net/cdimage/monthly-builds/current/i386/debian-live-etch-i386-standard.iso
+http://live.debian.net/cdimage/monthly-builds/current/i386/debian-live-etch-i386-xfce-desktop.iso
+http://live.debian.net/cdimage/monthly-builds/current/i386/debian-live-etch-i386-gnome-desktop.iso
+http://live.debian.net/cdimage/monthly-builds/current/i386/debian-live-etch-i386-kde-desktop.img
diff --git a/run-batch-autotesting.sh b/run-batch-autotesting.sh
index f372984..5593bb2 100755
--- a/run-batch-autotesting.sh
+++ b/run-batch-autotesting.sh
@@ -56,7 +56,9 @@ fi
echo "Lock file present indicating $0 is running" >/tmp/run-batch-autotesting.lock
-cat $URLLIST | while read URL; do
+URLS=$(cat $URLLIST) # stdio is used by video-qemu-booting
+for URL in $URLS
+do
BASE_NAME=$(echo $URL | rev | cut -d"/" -f 1 | rev)
PART_URL=$(echo $URL | rev | cut -d"/" -f 2- | rev)
MD5SUMS="$PART_URL/MD5SUMS"
@@ -81,8 +83,13 @@ cat $URLLIST | while read URL; do
DATE_IMAGE_BUILT=$(ls -lh --time-style long-iso $DIRECTORY/$BASE_NAME |tr -s " "|cut -d" " -f6)
DATE_DOWNLOADED=$(ls -lc --time-style long-iso $DIRECTORY/$BASE_NAME |tr -s " "|cut -d" " -f6)
VIDEO_NAME="$VIDEO_DIRECTORY/${BASE_NAME}_Built_${DATE_IMAGE_BUILT}_Tested_${DATE_DOWNLOADED}_.ogg"
- LOG_FILE="${VIDEO_NAME}.log"
+ LOG_FILE="$VIDEO_DIRECTORY/${BASE_NAME}_Built_${DATE_IMAGE_BUILT}_Tested_${DATE_DOWNLOADED}_.log"
+ echo "AutoTesting $BASE_NAME $VIDEO_NAME"
$VIDEO_QEMU_BOOTING -g 1024x768 -t 300 -v 5 $DIRECTORY/$BASE_NAME $VIDEO_NAME >$LOG_FILE 2>&1
+ echo "Finished Autotesting $BASE_NAME"
+ echo
+ echo "----"
+ echo
fi
fi
done
diff --git a/weekly.lst b/weekly.lst
new file mode 100644
index 0000000..a88658c
--- /dev/null
+++ b/weekly.lst
@@ -0,0 +1,4 @@
+http://live.debian.net/cdimage/weekly-builds/current/i386/debian-live-lenny-i386-standard.iso
+http://live.debian.net/cdimage/weekly-builds/current/i386/debian-live-lenny-i386-xfce-desktop.iso
+http://live.debian.net/cdimage/weekly-builds/current/i386/debian-live-lenny-i386-gnome-desktop.iso
+http://live.debian.net/cdimage/weekly-builds/current/i386/debian-live-lenny-i386-kde-desktop.img
--
debian-live/autotesting
More information about the debian-live-changes
mailing list