|
32 | 32 | "tests/xapi_plugins", |
33 | 33 | "tests/install/test_fixtures.py", |
34 | 34 | ], |
35 | | - "markers": "(small_vm or no_vm) and not flaky and not reboot and not complex_prerequisites", |
| 35 | + "markers": "(small_vm or no_vm) and not complex_prerequisites", |
36 | 36 | }, |
37 | 37 | "main-multi-unix": { |
38 | 38 | "description": "a group of tests that need to run on the largest variety of VMs - unix split", |
|
47 | 47 | "--vm[]": "multi/all_unix", |
48 | 48 | }, |
49 | 49 | "paths": ["tests/misc", "tests/migration"], |
50 | | - "markers": "multi_vms and not flaky and not reboot", |
| 50 | + "markers": "multi_vms" |
51 | 51 | }, |
52 | 52 | "main-multi-windows": { |
53 | 53 | "description": "a group of tests that need to run on the largest variety of VMs - windows split", |
|
62 | 62 | "--vm[]": "multi/all_windows", |
63 | 63 | }, |
64 | 64 | "paths": ["tests/misc", "tests/migration"], |
65 | | - "markers": "multi_vms and not flaky and not reboot", |
| 65 | + "markers": "multi_vms" |
66 | 66 | }, |
67 | 67 | "packages": { |
68 | 68 | "description": "tests that packages can be installed correctly", |
|
87 | 87 | "--vm": "single/small_vm", |
88 | 88 | }, |
89 | 89 | "paths": ["tests/storage"], |
90 | | - "markers": "(small_vm or no_vm) and not reboot and not quicktest and not unused_4k_disks", |
| 90 | + "markers": "(small_vm or no_vm) and not quicktest and not unused_4k_disks", |
91 | 91 | "name_filter": "not migration and not linstor", |
92 | 92 | }, |
93 | 93 | "storage-migrations": { |
|
117 | 117 | ], |
118 | 118 | "nb_pools": 1, |
119 | 119 | "params": { |
| 120 | + "--enable-reboot": True, |
120 | 121 | "--vm": "single/small_vm", |
121 | 122 | }, |
122 | 123 | "paths": ["tests/storage"], |
123 | | - "markers": "reboot and not flaky and not unused_4k_disks", |
| 124 | + "markers": "reboot and not unused_4k_disks", |
124 | 125 | "name_filter": "not linstor", |
125 | 126 | }, |
126 | 127 | "storage-quicktest": { |
|
149 | 150 | "--vm": "single/small_vm", |
150 | 151 | }, |
151 | 152 | "paths": ["tests/storage/linstor"], |
152 | | - "markers": "(small_vm or no_vm) and not reboot and not quicktest", |
| 153 | + "markers": "(small_vm or no_vm) and not quicktest", |
153 | 154 | "name_filter": "not migration", |
154 | 155 | }, |
155 | 156 | "linstor-migrations": { |
|
177 | 178 | ], |
178 | 179 | "nb_pools": 1, |
179 | 180 | "params": { |
| 181 | + "--enable-reboot": True, |
180 | 182 | "--vm": "single/small_vm", |
181 | 183 | }, |
182 | 184 | "paths": ["tests/storage/linstor"], |
|
206 | 208 | "--vm": "single/small_vm", |
207 | 209 | }, |
208 | 210 | "paths": ["tests/storage"], |
209 | | - "markers": "(small_vm or no_vm) and unused_4k_disks and not reboot and not quicktest", |
| 211 | + "markers": "(small_vm or no_vm) and unused_4k_disks and not quicktest", |
210 | 212 | "name_filter": "not migration", |
211 | 213 | }, |
212 | 214 | "largeblock-migrations": { |
|
234 | 236 | ], |
235 | 237 | "nb_pools": 1, |
236 | 238 | "params": { |
| 239 | + "--enable-reboot": True, |
237 | 240 | "--vm": "single/small_vm", |
238 | 241 | }, |
239 | 242 | "paths": ["tests/storage"], |
|
376 | 379 | ], |
377 | 380 | "nb_pools": 1, |
378 | 381 | "params": { |
| 382 | + "--enable-reboot": True, |
379 | 383 | "--vm": "single/small_vm", |
380 | 384 | }, |
381 | 385 | "paths": ["tests/xen"], |
|
403 | 407 | ], |
404 | 408 | "nb_pools": 1, |
405 | 409 | "params": { |
| 410 | + "--enable-reboot": True, |
| 411 | + "--enable-flaky": True, |
406 | 412 | "--vm": "single/small_vm", |
407 | 413 | }, |
408 | 414 | "paths": ["tests"], |
|
425 | 431 | "The host will be rebooted by the tests." |
426 | 432 | ], |
427 | 433 | "nb_pools": 1, |
428 | | - "params": {}, |
| 434 | + "params": { |
| 435 | + "--enable-reboot": True, |
| 436 | + }, |
429 | 437 | "paths": ["tests/pci_passthrough"], |
430 | 438 | }, |
431 | 439 | "fs-diff": { |
|
444 | 452 | "1 XCP-ng pool and an additionnal host >= 8.2" |
445 | 453 | ], |
446 | 454 | "nb_pools": 2, |
447 | | - "params": {}, |
| 455 | + "params": { |
| 456 | + "--enable-reboot": True, |
| 457 | + }, |
448 | 458 | "paths": ["tests/misc/test_pool.py"], |
449 | 459 | }, |
450 | 460 | "limit-tests": { |
|
0 commit comments