| OLD | NEW |
| 1 # Copy this file to tests.cfg and edit it. | 1 # Copy this file to tests.cfg and edit it. |
| 2 # | 2 # |
| 3 # This file contains the test set definitions. Define your test sets here. | 3 # This file contains the test set definitions. Define your test sets here. |
| 4 include tests_base.cfg | 4 include tests_base.cfg |
| 5 include cdkeys.cfg | 5 include cdkeys.cfg |
| 6 | 6 |
| 7 # Modify/comment the following lines if you wish to modify the paths of the | 7 # Modify/comment the following lines if you wish to modify the paths of the |
| 8 # image files, ISO files or qemu binaries. | 8 # image files, ISO files or qemu binaries. |
| 9 # | 9 # |
| 10 # As for the defaults: | 10 # As for the defaults: |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 only unattended_install.cdrom, boot, shutdown | 67 only unattended_install.cdrom, boot, shutdown |
| 68 # qemu needs -enable-kvm on the cmdline | 68 # qemu needs -enable-kvm on the cmdline |
| 69 extra_params += ' -enable-kvm' | 69 extra_params += ' -enable-kvm' |
| 70 | 70 |
| 71 # Runs qemu-kvm, f14 64 bit guest OS, install, boot, shutdown | 71 # Runs qemu-kvm, f14 64 bit guest OS, install, boot, shutdown |
| 72 - @qemu_kvm_f14_quick: | 72 - @qemu_kvm_f14_quick: |
| 73 # We want qemu-kvm for this run | 73 # We want qemu-kvm for this run |
| 74 qemu_binary = /usr/bin/qemu-kvm | 74 qemu_binary = /usr/bin/qemu-kvm |
| 75 qemu_img_binary = /usr/bin/qemu-img | 75 qemu_img_binary = /usr/bin/qemu-img |
| 76 only qcow2 | 76 only qcow2 |
| 77 only virtio_net | 77 only rtl8139 |
| 78 only virtio_blk | 78 only ide |
| 79 only smp2 | 79 only smp2 |
| 80 only no_pci_assignable | 80 only no_pci_assignable |
| 81 only smallpages | 81 only smallpages |
| 82 only Fedora.14.64 | 82 only Fedora.14.64 |
| 83 only unattended_install.cdrom, boot, shutdown | 83 only unattended_install.cdrom, boot, shutdown |
| 84 | 84 |
| 85 # You may provide information about the DTM server for WHQL tests here: | 85 # You may provide information about the DTM server for WHQL tests here: |
| 86 #whql: | 86 #whql: |
| 87 # server_address = 10.20.30.40 | 87 # server_address = 10.20.30.40 |
| 88 # server_shell_port = 10022 | 88 # server_shell_port = 10022 |
| 89 # server_file_transfer_port = 10023 | 89 # server_file_transfer_port = 10023 |
| 90 # Note that the DTM server must run rss.exe (available under deps/), | 90 # Note that the DTM server must run rss.exe (available under deps/), |
| 91 # preferably with administrator privileges. | 91 # preferably with administrator privileges. |
| 92 | 92 |
| 93 # Uncomment the following lines to enable abort-on-error mode: | 93 # Uncomment the following lines to enable abort-on-error mode: |
| 94 #abort_on_error = yes | 94 #abort_on_error = yes |
| 95 #kill_vm.* ?= no | 95 #kill_vm.* ?= no |
| 96 #kill_unresponsive_vms.* ?= no | 96 #kill_unresponsive_vms.* ?= no |
| 97 | 97 |
| 98 # Choose your test list from the testsets defined | 98 # Choose your test list from the testsets defined |
| 99 only qemu_kvm_f14_quick | 99 only qemu_kvm_f14_quick |
| OLD | NEW |