aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/qemu_test/testcase.py
AgeCommit message (Expand)AuthorFilesLines
2025-03-19tests/functional: remove all class level fieldsDaniel P. Berrangé1-6/+0
2025-03-10tests/functional: Allow running TCG plugins tests on non-Linux/BSD hostsPhilippe Mathieu-Daudé1-1/+11
2025-03-06tests/functional: set 'qemu_bin' as an object level fieldDaniel P. Berrangé1-1/+1
2025-03-06tests/functional: remove unused 'bin_prefix' variableDaniel P. Berrangé1-3/+3
2024-12-17tests/functional: skip tests if assets are not availableDaniel P. Berrangé1-0/+11
2024-12-17tests/functional: replace 'run_cmd' with subprocess helpersDaniel P. Berrangé1-14/+17
2024-12-17tests/functional: add 'uncompress' to QemuBaseTestDaniel P. Berrangé1-0/+25
2024-12-17tests/functional: add 'archive_extract' to QemuBaseTestDaniel P. Berrangé1-0/+32
2024-12-17tests/functional: switch over to using self.build_file(...)Daniel P. Berrangé1-2/+2
2024-12-17tests/functional: switch over to using self.log_file(...)Daniel P. Berrangé1-5/+4
2024-12-17tests/functional: add helpers for building file pathsDaniel P. Berrangé1-0/+95
2024-11-25tests/functional: avoid accessing log_filename on earlier failuresDaniel P. Berrangé1-4/+6
2024-11-25tests/functional: add a QMP backdoor for debugging stalled testsDaniel P. Berrangé1-0/+7
2024-11-25tests/functional: enable debug logging for QEMUMachineDaniel P. Berrangé1-0/+6
2024-11-25tests/functional: honour requested test VM name in QEMUMachineDaniel P. Berrangé1-0/+1
2024-11-25tests/functional: put QEMUMachine logs in testcase log directoryDaniel P. Berrangé1-2/+3
2024-11-25tests/functional: automatically clean up scratch files after testsDaniel P. Berrangé1-5/+9
2024-11-08tests/functional: Provide the user with hints where to find more log filesThomas Huth1-5/+13
2024-09-04tests/functional: Add QemuUserTest classPhilippe Mathieu-Daudé1-0/+17
2024-09-04tests/functional: enable pre-emptive caching of assetsDaniel P. Berrangé1-0/+7
2024-09-04tests/functional: Set up loggingThomas Huth1-1/+26
2024-09-04tests/functional: Add base classes for the upcoming pytest-based testsThomas Huth1-0/+153