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

..--

autoit/22-Nov-2023-4534

autotest_control/22-Nov-2023-337281

deps/22-Nov-2023-1,9381,446

scripts/22-Nov-2023-1,206983

steps/22-Nov-2023-10,33910,285

tests/22-Nov-2023-8,6206,693

unattended/22-Nov-2023-3,3113,188

READMED22-Nov-2023547 2113

__init__.pyD22-Nov-20230 10

base.cfg.sampleD22-Nov-20234.6 KiB186163

build.cfg.sampleD22-Nov-20234.5 KiB9388

cdkeys.cfg.sampleD22-Nov-2023496 1917

common.pyD22-Nov-2023307 98

controlD22-Nov-20232 KiB7059

control.parallelD22-Nov-20237.6 KiB198170

control.unittestsD22-Nov-2023689 2722

get_started.pyD22-Nov-20236.6 KiB163141

guest-os.cfg.sampleD22-Nov-202381.2 KiB1,5221,426

kvm.pyD22-Nov-20235.4 KiB138102

migration_control.srvD22-Nov-20234.1 KiB124100

subtests.cfg.sampleD22-Nov-202343.2 KiB1,1231,049

tests.cfg.sampleD22-Nov-20234.9 KiB143130

unittests.cfg.sampleD22-Nov-20231.6 KiB7159

virtio-win.cfg.sampleD22-Nov-202310.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