summary refs log tree commit diff stats
path: root/tests/functional/qemu_test (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: remove time.sleep usage from tuxrun testsDaniel P. Berrangé2024-11-251-10/+6
* tests/functional: rewrite console handling to be bytewiseDaniel P. Berrangé2024-11-251-15/+64
* tests/functional: require non-NULL success_message for console waitDaniel P. Berrangé2024-11-251-2/+7
* tests/functional: logs details of console interaction operationsDaniel P. Berrangé2024-11-251-0/+3
* 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: remove obsolete reference to avocado bugDaniel P. Berrangé2024-11-251-1/+0
* 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: Convert BananaPi tests to the functional frameworkThomas Huth2024-11-041-0/+21
* tests/functional: make cached asset files read-onlyDaniel P. Berrangé2024-11-041-0/+3
* tests/functional: make tuxrun disk images writableDaniel P. Berrangé2024-11-041-2/+8
* tests/functional: Add a base class for the TuxRun testsThomas Huth2024-10-211-0/+158
* tests/functional: Fix hash validationThomas Huth2024-10-041-1/+1
* tests/functional/qemu_test: Add a function for launching kernels more easilyThomas Huth2024-09-241-0/+12
* tests/functional/qemu_test: Use Python hashlib instead of external programsThomas Huth2024-09-111-5/+11
* tests/functional: Fix bad usage of has_cmdThomas Huth2024-09-112-4/+5
* tests/functional: Add the LinuxKernelTest for testing the Linux boot processThomas Huth2024-09-112-0/+42
* tests/functional: Convert ARM bFLT linux-user avocado testPhilippe Mathieu-Daudé2024-09-041-0/+9
* tests/functional: Add QemuUserTest classPhilippe Mathieu-Daudé2024-09-042-1/+18
* tests/functional: Convert Aarch64 Virt machine avocado testsPhilippe Mathieu-Daudé2024-09-042-1/+16
* tests/functional: Convert the rx_gdbsim avocado test into a standalone testThomas Huth2024-09-041-0/+12
* tests/functional: Convert the m68k nextcube test with tesseractThomas Huth2024-09-041-0/+35
* tests/functional: Convert the s390x avocado tests into standalone testsThomas Huth2024-09-041-0/+14
* tests/functional: Add a function for extracting files from an archiveThomas Huth2024-09-041-0/+21
* tests/functional: Allow asset downloading with concurrent threadsThomas Huth2024-09-041-11/+51
* tests/functional: enable pre-emptive caching of assetsDaniel P. Berrangé2024-09-042-0/+41
* tests/functional: add a module for handling asset download & cachingDaniel P. Berrangé2024-09-042-0/+98
* tests/functional: Set up loggingThomas Huth2024-09-041-1/+26
* tests/functional: Add base classes for the upcoming pytest-based testsThomas Huth2024-09-044-0/+380