summary refs log tree commit diff stats
path: root/tests/functional/qemu_test/testcase.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests/functional: avoid accessing log_filename on earlier failuresDaniel P. Berrangé2024-11-251-4/+6
* tests/functional: add a QMP backdoor for debugging stalled testsDaniel P. Berrangé2024-11-251-0/+7
* tests/functional: enable debug logging for QEMUMachineDaniel P. Berrangé2024-11-251-0/+6
* tests/functional: honour requested test VM name in QEMUMachineDaniel P. Berrangé2024-11-251-0/+1
* tests/functional: put QEMUMachine logs in testcase log directoryDaniel P. Berrangé2024-11-251-2/+3
* tests/functional: automatically clean up scratch files after testsDaniel P. Berrangé2024-11-251-5/+9
* tests/functional: Provide the user with hints where to find more log filesThomas Huth2024-11-081-5/+13
* tests/functional: Add QemuUserTest classPhilippe Mathieu-Daudé2024-09-041-0/+17
* tests/functional: enable pre-emptive caching of assetsDaniel P. Berrangé2024-09-041-0/+7
* tests/functional: Set up loggingThomas Huth2024-09-041-1/+26
* tests/functional: Add base classes for the upcoming pytest-based testsThomas Huth2024-09-041-0/+153