• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

READMED22-Nov-20231 KiB3222

controlD22-Nov-2023309 1411

control.testdirD22-Nov-2023374 1612

control.with_modbuildD22-Nov-20232.2 KiB7760

kvm-test.tar.gzD22-Nov-202324.5 KiB

kvmtest.pyD22-Nov-20235.9 KiB161108

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