• Home
  • History
  • Annotate
  • only in /external/autotest/client/tests/kvm/
NameDateSize

..20-Dec-20164 KiB

__init__.py20-Dec-20160

autoit/20-Dec-20164 KiB

autotest_control/20-Dec-20164 KiB

base.cfg.sample20-Dec-20164.6 KiB

build.cfg.sample20-Dec-20164.5 KiB

cdkeys.cfg.sample20-Dec-2016496

common.py20-Dec-2016307

control20-Dec-20162 KiB

control.parallel20-Dec-20167.6 KiB

control.unittests20-Dec-2016689

deps/20-Dec-20164 KiB

get_started.py20-Dec-20166.6 KiB

guest-os.cfg.sample20-Dec-201681.2 KiB

kvm.py20-Dec-20165.4 KiB

migration_control.srv20-Dec-20164.1 KiB

README20-Dec-2016547

scripts/20-Dec-20164 KiB

steps/20-Dec-20164 KiB

subtests.cfg.sample20-Dec-201643.2 KiB

tests/20-Dec-20164 KiB

tests.cfg.sample20-Dec-20164.9 KiB

unattended/20-Dec-20164 KiB

unittests.cfg.sample20-Dec-20161.6 KiB

virtio-win.cfg.sample20-Dec-201610.4 KiB

README

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