Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
control | 24-Aug-2016 | 309 | |
control.testdir | 24-Aug-2016 | 374 | |
control.with_modbuild | 24-Aug-2016 | 2.2K | |
kvm-test.tar.gz | 24-Aug-2016 | 24.5K | |
kvmtest.py | 24-Aug-2016 | 5.9K | |
README | 24-Aug-2016 | 1K |
1 A fair amount of host tools need to run kvm-test. 2 3 Requirements: 4 5 * Host needs to have Intel/AMD Virtualization hardware support. 6 * Capable of building kvm releases 7 * Functioning vncserver 8 9 New 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 17 If you don't already have kvm modules installed and loaded, look at running 18 with the external module build control file: 19 20 % bin/autotest test/kvmtest/control.with_modbuild 21 22 This control file will attempt to pull down a recent snapshot from the kvm 23 nightly repo, build, install and load kvm modules before running kvmtest. After 24 running once with the modbuild control file, you can just run the regular 25 control. 26 27 % bin/autotest test/kvmtest/control.testdir 28 29 If you do not have any kvm-test test created you will need to do so. Check out 30 the wiki (http://kvm.qumranet.com/kvmwiki/KVMTest) for instructions on how to 31 create your own tests. 32