• Home
Name Date Size #Lines LOC

..--

autoit/03-May-2024-4534

autotest_control/03-May-2024-337281

deps/03-May-2024-1,9381,446

scripts/03-May-2024-1,206983

steps/03-May-2024-10,33910,285

tests/03-May-2024-8,6206,693

unattended/03-May-2024-3,3113,188

READMED03-May-2024547 2113

__init__.pyD03-May-20240 10

base.cfg.sampleD03-May-20244.6 KiB186163

build.cfg.sampleD03-May-20244.5 KiB9388

cdkeys.cfg.sampleD03-May-2024496 1917

common.pyD03-May-2024307 98

controlD03-May-20242 KiB7059

control.parallelD03-May-20247.6 KiB198170

control.unittestsD03-May-2024689 2722

get_started.pyD03-May-20246.6 KiB163141

guest-os.cfg.sampleD03-May-202481.2 KiB1,5221,426

kvm.pyD03-May-20245.4 KiB138102

migration_control.srvD03-May-20244.1 KiB124100

subtests.cfg.sampleD03-May-202443.2 KiB1,1231,049

tests.cfg.sampleD03-May-20244.9 KiB143130

unittests.cfg.sampleD03-May-20241.6 KiB7159

virtio-win.cfg.sampleD03-May-202410.4 KiB236194

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