Name | Date | Size | |
---|---|---|---|
.. | 20-Dec-2016 | 4 KiB | |
__init__.py | 20-Dec-2016 | 0 | |
autoit/ | 20-Dec-2016 | 4 KiB | |
autotest_control/ | 20-Dec-2016 | 4 KiB | |
base.cfg.sample | 20-Dec-2016 | 4.6 KiB | |
build.cfg.sample | 20-Dec-2016 | 4.5 KiB | |
cdkeys.cfg.sample | 20-Dec-2016 | 496 | |
common.py | 20-Dec-2016 | 307 | |
control | 20-Dec-2016 | 2 KiB | |
control.parallel | 20-Dec-2016 | 7.6 KiB | |
control.unittests | 20-Dec-2016 | 689 | |
deps/ | 20-Dec-2016 | 4 KiB | |
get_started.py | 20-Dec-2016 | 6.6 KiB | |
guest-os.cfg.sample | 20-Dec-2016 | 81.2 KiB | |
kvm.py | 20-Dec-2016 | 5.4 KiB | |
migration_control.srv | 20-Dec-2016 | 4.1 KiB | |
README | 20-Dec-2016 | 547 | |
scripts/ | 20-Dec-2016 | 4 KiB | |
steps/ | 20-Dec-2016 | 4 KiB | |
subtests.cfg.sample | 20-Dec-2016 | 43.2 KiB | |
tests/ | 20-Dec-2016 | 4 KiB | |
tests.cfg.sample | 20-Dec-2016 | 4.9 KiB | |
unattended/ | 20-Dec-2016 | 4 KiB | |
unittests.cfg.sample | 20-Dec-2016 | 1.6 KiB | |
virtio-win.cfg.sample | 20-Dec-2016 | 10.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