summary refs log tree commit diff stats
path: root/tests/functional/qemu_test/testcase.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests/functional: purge scratch dir on test startupDaniel P. Berrangé2025-09-091-0/+4
* tests/functional: avoid tearDown failure when QEMU diesDaniel P. Berrangé2025-09-091-1/+4
* tests/functional: avoid duplicate messages on failuresDaniel P. Berrangé2025-09-091-2/+3
* tests/functional: Mark main in QemuBaseTest class as a static methodGustavo Romero2025-08-271-0/+1
* tests/functional: expose sys.argv to unittest.mainAlex Bennée2025-07-261-1/+1
* functional: always enable all python warningsDaniel P. Berrangé2025-07-211-0/+4
* functional: ensure log handlers are closedDaniel P. Berrangé2025-07-211-0/+2
* tests/functional: Add hvf_available() helperPeter Maydell2025-07-011-2/+4
* tests/functional: remove all class level fieldsDaniel P. Berrangé2025-03-191-6/+0
* tests/functional: Allow running TCG plugins tests on non-Linux/BSD hostsPhilippe Mathieu-Daudé2025-03-101-1/+11
* tests/functional: set 'qemu_bin' as an object level fieldDaniel P. Berrangé2025-03-061-1/+1
* tests/functional: remove unused 'bin_prefix' variableDaniel P. Berrangé2025-03-061-3/+3
* tests/functional: skip tests if assets are not availableDaniel P. Berrangé2024-12-171-0/+11
* tests/functional: replace 'run_cmd' with subprocess helpersDaniel P. Berrangé2024-12-171-14/+17
* tests/functional: add 'uncompress' to QemuBaseTestDaniel P. Berrangé2024-12-171-0/+25
* tests/functional: add 'archive_extract' to QemuBaseTestDaniel P. Berrangé2024-12-171-0/+32
* tests/functional: switch over to using self.build_file(...)Daniel P. Berrangé2024-12-171-2/+2
* tests/functional: switch over to using self.log_file(...)Daniel P. Berrangé2024-12-171-5/+4
* tests/functional: add helpers for building file pathsDaniel P. Berrangé2024-12-171-0/+95
* 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