|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| autoit/ | | 22-Nov-2023 | - | 45 | 34 |
| autotest_control/ | | 22-Nov-2023 | - | 337 | 281 |
| deps/ | | 22-Nov-2023 | - | 1,938 | 1,446 |
| scripts/ | | 22-Nov-2023 | - | 1,206 | 983 |
| steps/ | | 22-Nov-2023 | - | 10,339 | 10,285 |
| tests/ | | 22-Nov-2023 | - | 8,620 | 6,693 |
| unattended/ | | 22-Nov-2023 | - | 3,311 | 3,188 |
| README | D | 22-Nov-2023 | 547 | 21 | 13 |
| __init__.py | D | 22-Nov-2023 | 0 | 1 | 0 |
| base.cfg.sample | D | 22-Nov-2023 | 4.6 KiB | 186 | 163 |
| build.cfg.sample | D | 22-Nov-2023 | 4.5 KiB | 93 | 88 |
| cdkeys.cfg.sample | D | 22-Nov-2023 | 496 | 19 | 17 |
| common.py | D | 22-Nov-2023 | 307 | 9 | 8 |
| control | D | 22-Nov-2023 | 2 KiB | 70 | 59 |
| control.parallel | D | 22-Nov-2023 | 7.6 KiB | 198 | 170 |
| control.unittests | D | 22-Nov-2023 | 689 | 27 | 22 |
| get_started.py | D | 22-Nov-2023 | 6.6 KiB | 163 | 141 |
| guest-os.cfg.sample | D | 22-Nov-2023 | 81.2 KiB | 1,522 | 1,426 |
| kvm.py | D | 22-Nov-2023 | 5.4 KiB | 138 | 102 |
| migration_control.srv | D | 22-Nov-2023 | 4.1 KiB | 124 | 100 |
| subtests.cfg.sample | D | 22-Nov-2023 | 43.2 KiB | 1,123 | 1,049 |
| tests.cfg.sample | D | 22-Nov-2023 | 4.9 KiB | 143 | 130 |
| unittests.cfg.sample | D | 22-Nov-2023 | 1.6 KiB | 71 | 59 |
| virtio-win.cfg.sample | D | 22-Nov-2023 | 10.4 KiB | 236 | 194 |
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