Home | History | Annotate | only in /external/autotest/client/tests/kvmtest
Up to higher level directory
NameDateSize
control06-Dec-2016309
control.testdir06-Dec-2016374
control.with_modbuild06-Dec-20162.2K
kvm-test.tar.gz06-Dec-201624.5K
kvmtest.py06-Dec-20165.9K
README06-Dec-20161K

README

      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