Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | D | 22-Nov-2023 | 1 KiB | 32 | 22 | |
control | D | 22-Nov-2023 | 309 | 14 | 11 | |
control.testdir | D | 22-Nov-2023 | 374 | 16 | 12 | |
control.with_modbuild | D | 22-Nov-2023 | 2.2 KiB | 77 | 60 | |
kvm-test.tar.gz | D | 22-Nov-2023 | 24.5 KiB | |||
kvmtest.py | D | 22-Nov-2023 | 5.9 KiB | 161 | 108 |
README
1A fair amount of host tools need to run kvm-test. 2 3Requirements: 4 5 * Host needs to have Intel/AMD Virtualization hardware support. 6 * Capable of building kvm releases 7 * Functioning vncserver 8 9New software requirements - (software you probably don't have) 10 * gtk-vnc 11 1. hg clone http://gtk-vnc.sourceforge.net/hg/aliguori.hg 12 2. ./autogen.sh (you'll likely need to install a bunch of dev libraries) 13 3. make 14 4. make install 15 16 17If you don't already have kvm modules installed and loaded, look at running 18with the external module build control file: 19 20 % bin/autotest test/kvmtest/control.with_modbuild 21 22This control file will attempt to pull down a recent snapshot from the kvm 23nightly repo, build, install and load kvm modules before running kvmtest. After 24running once with the modbuild control file, you can just run the regular 25control. 26 27 % bin/autotest test/kvmtest/control.testdir 28 29If you do not have any kvm-test test created you will need to do so. Check out 30the wiki (http://kvm.qumranet.com/kvmwiki/KVMTest) for instructions on how to 31create your own tests. 32