|
32 | 32 | ],
|
33 | 33 | "markers": "(small_vm or no_vm) and not flaky and not reboot and not complex_prerequisites",
|
34 | 34 | },
|
35 |
| - "main-multi": { |
36 |
| - "description": "a group of tests that need to run on the largest variety of VMs", |
| 35 | + "main-multi-unix": { |
| 36 | + "description": "a group of tests that need to run on the largest variety of VMs - unix split", |
37 | 37 | "requirements": [
|
38 | 38 | "A pool with at least 2 hosts, each with a local SR and a shared SR.",
|
39 | 39 | "An additional free disk on the first host.",
|
40 | 40 | "A second pool with a SR to receive migrated VMs.",
|
41 |
| - "VMs of all sorts (unix, windows, HVM, PV, PV-shim, BIOS, UEFI...).", |
| 41 | + "Unix VMs of all sorts (HVM, PV, PV-shim, BIOS, UEFI...).", |
42 | 42 | ],
|
43 | 43 | "nb_pools": 2,
|
44 | 44 | "params": {
|
45 |
| - "--vm[]": "multi/all", |
| 45 | + "--vm[]": "multi/all_unix", |
| 46 | + "--sr-disk": "auto", |
| 47 | + }, |
| 48 | + "paths": ["tests/misc", "tests/migration"], |
| 49 | + "markers": "multi_vms and not flaky and not reboot", |
| 50 | + }, |
| 51 | + "main-multi-windows": { |
| 52 | + "description": "a group of tests that need to run on the largest variety of VMs - windows split", |
| 53 | + "requirements": [ |
| 54 | + "A pool with at least 2 hosts, each with a local SR and a shared SR.", |
| 55 | + "An additional free disk on the first host.", |
| 56 | + "A second pool with a SR to receive migrated VMs.", |
| 57 | + "Windows VMs of all sorts (HVM, PV, PV-shim, BIOS, UEFI...).", |
| 58 | + ], |
| 59 | + "nb_pools": 2, |
| 60 | + "params": { |
| 61 | + "--vm[]": "multi/all_windows", |
46 | 62 | "--sr-disk": "auto",
|
47 | 63 | },
|
48 | 64 | "paths": ["tests/misc", "tests/migration"],
|
|
0 commit comments