Home | History | Annotate | only in /external/autotest/client/tests/kvm
Up to higher level directory
NameDateSize
__init__.py06-Dec-20160
autoit/06-Dec-2016
autotest_control/06-Dec-2016
base.cfg.sample06-Dec-20164.6K
build.cfg.sample06-Dec-20164.5K
cdkeys.cfg.sample06-Dec-2016496
common.py06-Dec-2016307
control06-Dec-20162K
control.parallel06-Dec-20167.6K
control.unittests06-Dec-2016689
deps/06-Dec-2016
get_started.py06-Dec-20166.6K
guest-os.cfg.sample06-Dec-201681.2K
kvm.py06-Dec-20165.4K
migration_control.srv06-Dec-20164.1K
README06-Dec-2016547
scripts/06-Dec-2016
steps/06-Dec-2016
subtests.cfg.sample06-Dec-201643.2K
tests/06-Dec-2016
tests.cfg.sample06-Dec-20164.9K
unattended/06-Dec-2016
unittests.cfg.sample06-Dec-20161.6K
virtio-win.cfg.sample06-Dec-201610.4K

README

      1 For the impatient:
      2 
      3 Execute the get_started.py script located on this directory,
      4 that will guide you through setting up the default kvm test
      5 scenario:
      6 
      7  * Guest install with Fedora 12
      8  * Boot, reboot and shutdown test
      9 
     10 The script will help you to create all the directories, and
     11 even get the OS iso in case you don't have it yet.
     12 
     13 For the not so impatient:
     14 
     15 You are *strongly* advised to read the online docs:
     16 
     17 http://www.linux-kvm.org/page/KVM-Autotest/Client_Install
     18 
     19 So you can have a better idea of how the test is organized
     20 and how it works.
     21