@@ -39,6 +39,16 @@ variants:
type = steps
fail_if_stuck_for = 300
stuck_detection_history = 2
+
+ - unattended_install:
+ type = boot
+ kill_vm_on_error = yes
+ pre_command = scripts/unattended.sh -a
+ extra_params = "-fda images/floppy.img -boot d"
+ variants:
+ - pxe:
+ extra_params = "-fda images/floppy.img -bootp /pxelinux.0 -tftp ./tftpboot/ -boot n"
+ kernel_args = "ks=floppy"
- boot: install setup
type = boot
@@ -116,7 +126,12 @@ variants:
cdrom = linux/Fedora-8-i386-DVD.iso
md5sum = dd6c79fddfff36d409d02242e7b10189
md5sum_1m = dabae451bb69fbbad0e505b25144b1f9
-
+ unattended_install:
+ unattended_file = unattended_files/Fedora-8-i386.ks
+ cdrom = linux/Fedora-8-i386-DVD.iso
+ md5sum = dd6c79fddfff36d409d02242e7b10189
+ md5sum_1m = dabae451bb69fbbad0e505b25144b1f9
+
- 8.64:
no setup
image_name = fc8-64
@@ -554,6 +569,15 @@ variants:
- @custom:
only qcow2.*ide.*default.*up.*Ubuntu-8.10-server.*(autotest.sleeptest)
only rtl8139
+ - @fc8_kickstart:
+ only qcow2
+ only ide
+ only default
+ only up
+ only Fedora.8.32
+ no install setup
+ only unattended_install.pxe
+ only rtl8139
# Choose your test list
-only fc8_quick
+only fc8_kickstart