android_mt6572_jiabo/external/autotest/client/tests/kvm
2025-09-05 16:56:03 +08:00
..
autoit first commit 2025-09-05 16:56:03 +08:00
autotest_control first commit 2025-09-05 16:56:03 +08:00
deps first commit 2025-09-05 16:56:03 +08:00
scripts first commit 2025-09-05 16:56:03 +08:00
steps first commit 2025-09-05 16:56:03 +08:00
tests first commit 2025-09-05 16:56:03 +08:00
unattended first commit 2025-09-05 16:56:03 +08:00
__init__.py first commit 2025-09-05 16:56:03 +08:00
base.cfg.sample first commit 2025-09-05 16:56:03 +08:00
build.cfg.sample first commit 2025-09-05 16:56:03 +08:00
cdkeys.cfg.sample first commit 2025-09-05 16:56:03 +08:00
common.py first commit 2025-09-05 16:56:03 +08:00
control first commit 2025-09-05 16:56:03 +08:00
control.parallel first commit 2025-09-05 16:56:03 +08:00
control.unittests first commit 2025-09-05 16:56:03 +08:00
get_started.py first commit 2025-09-05 16:56:03 +08:00
guest-os.cfg.sample first commit 2025-09-05 16:56:03 +08:00
kvm.py first commit 2025-09-05 16:56:03 +08:00
migration_control.srv first commit 2025-09-05 16:56:03 +08:00
README first commit 2025-09-05 16:56:03 +08:00
subtests.cfg.sample first commit 2025-09-05 16:56:03 +08:00
tests.cfg.sample first commit 2025-09-05 16:56:03 +08:00
unittests.cfg.sample first commit 2025-09-05 16:56:03 +08:00
virtio-win.cfg.sample first commit 2025-09-05 16:56:03 +08:00

For the impatient:

Execute the get_started.py script located on this directory,
that will guide you through setting up the default kvm test
scenario:

 * Guest install with Fedora 12
 * Boot, reboot and shutdown test

The script will help you to create all the directories, and
even get the OS iso in case you don't have it yet.

For the not so impatient:

You are *strongly* advised to read the online docs:

http://www.linux-kvm.org/page/KVM-Autotest/Client_Install

So you can have a better idea of how the test is organized
and how it works.