summary refs log tree commit diff stats
path: root/tests/functional/qemu_test (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests/functional: Mark main in QemuBaseTest class as a static methodGustavo Romero2025-08-271-0/+1
* tests/functional: Use more fine-grained locking when looking for free portsThomas Huth2025-08-271-2/+3
* 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: add skipLockedMemoryTest decoratorAlexandr Moshkov2025-06-112-1/+19
* tests/functional: Remove unnecessary import statementsThomas Huth2025-04-233-5/+2
* tests/functional: Move the check for the parameters from avocado to functionalThomas Huth2025-04-231-4/+5
* tests/functional: Add a decorator for skipping tests on particular OSPhilippe Mathieu-Daudé2025-04-032-2/+15
* tests/functional: remove all class level fieldsDaniel P. Berrangé2025-03-191-6/+0
* tests/functional/asset: Add AssetError exception classNicholas Piggin2025-03-121-15/+28
* tests/functional/asset: Verify downloaded sizeNicholas Piggin2025-03-121-0/+14
* tests/functional/asset: Fail assert fetch when retries are exceededNicholas Piggin2025-03-121-0/+3
* tests/functional: Allow running TCG plugins tests on non-Linux/BSD hostsPhilippe Mathieu-Daudé2025-03-101-1/+11
* tests/functional: Introduce the dso_suffix() helperPhilippe Mathieu-Daudé2025-03-102-1/+13
* tests/functional: Move the code for testing HTTP downloads to a common functionThomas Huth2025-03-071-1/+25
* tests/functional: stop output from zstd command when uncompressingDaniel P. Berrangé2025-03-071-3/+3
* tests/functional: drop unused 'get_tag' methodDaniel P. Berrangé2025-03-071-11/+0
* 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: Add a decorator for skipping long running testsThomas Huth2025-01-302-1/+15
* tests/functional: Fix broken decorators with lamda functionsThomas Huth2025-01-301-23/+21
* tests/functional/qemu_test/decorators: Fix bad check for importsThomas Huth2025-01-301-1/+2
* tests/functional: update tuxruntest to use uncompress utilityAlex Bennée2025-01-101-11/+1
* tests/functional: add zstd support to uncompress utilityAlex Bennée2025-01-101-0/+24
* tests/functional: Extract the find_free_ports() function into a helper fileThomas Huth2025-01-021-0/+56
* tests/functional: Add a helper function for retrieving the hostfwd portThomas Huth2024-12-171-0/+7
* tests/functional: ignore errors when caching assets, except for 404Daniel P. Berrangé2024-12-171-1/+13
* tests/functional: skip tests if assets are not availableDaniel P. Berrangé2024-12-172-1/+18
* tests/functional: remove now unused 'run_cmd' helperDaniel P. Berrangé2024-12-172-12/+1
* tests/functional: replace 'run_cmd' with subprocess helpersDaniel P. Berrangé2024-12-174-26/+32
* tests/functional: drop back compat imports from utils.pyDaniel P. Berrangé2024-12-171-5/+0
* tests/functional: add 'uncompress' to QemuBaseTestDaniel P. Berrangé2024-12-171-0/+25
* tests/functional: add a generalized uncompress helperDaniel P. Berrangé2024-12-172-0/+48
* tests/functional: convert tests to new archive_extract helperDaniel P. Berrangé2024-12-171-19/+0
* tests/functional: add 'archive_extract' to QemuBaseTestDaniel P. Berrangé2024-12-171-0/+32
* tests/functional: add a generalized archive_extractDaniel P. Berrangé2024-12-172-0/+59
* tests/functional: let cpio_extract accept filenamesDaniel P. Berrangé2024-12-171-5/+11
* tests/functional: add common deb_extract helperDaniel P. Berrangé2024-12-172-9/+17
* tests/functional: add common zip_extract helperDaniel P. Berrangé2024-12-171-0/+8
* tests/functional: move uncompress handling into new uncompress.py fileDaniel P. Berrangé2024-12-172-25/+38
* tests/functional: move archive handling into new archive.py fileDaniel P. Berrangé2024-12-172-20/+34
* tests/functional: switch over to using self.scratch_file()Daniel P. Berrangé2024-12-172-5/+4
* tests/functional: switch over to using self.build_file(...)Daniel P. Berrangé2024-12-172-5/+4
* 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: drop 'has_cmd' and 'has_cmds' helpersDaniel P. Berrangé2024-12-173-57/+9
* tests/functional: introduce some helpful decoratorsDaniel P. Berrangé2024-12-172-0/+110
* tests/functional: drop 'tesseract_available' helperDaniel P. Berrangé2024-12-171-11/+1