index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
functional
/
qemu_test
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests/functional: Mark main in QemuBaseTest class as a static method
Gustavo Romero
2025-08-27
1
-0
/
+1
*
tests/functional: Use more fine-grained locking when looking for free ports
Thomas Huth
2025-08-27
1
-2
/
+3
*
tests/functional: expose sys.argv to unittest.main
Alex Bennée
2025-07-26
1
-1
/
+1
*
functional: always enable all python warnings
Daniel P. Berrangé
2025-07-21
1
-0
/
+4
*
functional: ensure log handlers are closed
Daniel P. Berrangé
2025-07-21
1
-0
/
+2
*
tests/functional: Add hvf_available() helper
Peter Maydell
2025-07-01
1
-2
/
+4
*
tests/functional: add skipLockedMemoryTest decorator
Alexandr Moshkov
2025-06-11
2
-1
/
+19
*
tests/functional: Remove unnecessary import statements
Thomas Huth
2025-04-23
3
-5
/
+2
*
tests/functional: Move the check for the parameters from avocado to functional
Thomas Huth
2025-04-23
1
-4
/
+5
*
tests/functional: Add a decorator for skipping tests on particular OS
Philippe Mathieu-Daudé
2025-04-03
2
-2
/
+15
*
tests/functional: remove all class level fields
Daniel P. Berrangé
2025-03-19
1
-6
/
+0
*
tests/functional/asset: Add AssetError exception class
Nicholas Piggin
2025-03-12
1
-15
/
+28
*
tests/functional/asset: Verify downloaded size
Nicholas Piggin
2025-03-12
1
-0
/
+14
*
tests/functional/asset: Fail assert fetch when retries are exceeded
Nicholas Piggin
2025-03-12
1
-0
/
+3
*
tests/functional: Allow running TCG plugins tests on non-Linux/BSD hosts
Philippe Mathieu-Daudé
2025-03-10
1
-1
/
+11
*
tests/functional: Introduce the dso_suffix() helper
Philippe Mathieu-Daudé
2025-03-10
2
-1
/
+13
*
tests/functional: Move the code for testing HTTP downloads to a common function
Thomas Huth
2025-03-07
1
-1
/
+25
*
tests/functional: stop output from zstd command when uncompressing
Daniel P. Berrangé
2025-03-07
1
-3
/
+3
*
tests/functional: drop unused 'get_tag' method
Daniel P. Berrangé
2025-03-07
1
-11
/
+0
*
tests/functional: set 'qemu_bin' as an object level field
Daniel P. Berrangé
2025-03-06
1
-1
/
+1
*
tests/functional: remove unused 'bin_prefix' variable
Daniel P. Berrangé
2025-03-06
1
-3
/
+3
*
tests/functional: Add a decorator for skipping long running tests
Thomas Huth
2025-01-30
2
-1
/
+15
*
tests/functional: Fix broken decorators with lamda functions
Thomas Huth
2025-01-30
1
-23
/
+21
*
tests/functional/qemu_test/decorators: Fix bad check for imports
Thomas Huth
2025-01-30
1
-1
/
+2
*
tests/functional: update tuxruntest to use uncompress utility
Alex Bennée
2025-01-10
1
-11
/
+1
*
tests/functional: add zstd support to uncompress utility
Alex Bennée
2025-01-10
1
-0
/
+24
*
tests/functional: Extract the find_free_ports() function into a helper file
Thomas Huth
2025-01-02
1
-0
/
+56
*
tests/functional: Add a helper function for retrieving the hostfwd port
Thomas Huth
2024-12-17
1
-0
/
+7
*
tests/functional: ignore errors when caching assets, except for 404
Daniel P. Berrangé
2024-12-17
1
-1
/
+13
*
tests/functional: skip tests if assets are not available
Daniel P. Berrangé
2024-12-17
2
-1
/
+18
*
tests/functional: remove now unused 'run_cmd' helper
Daniel P. Berrangé
2024-12-17
2
-12
/
+1
*
tests/functional: replace 'run_cmd' with subprocess helpers
Daniel P. Berrangé
2024-12-17
4
-26
/
+32
*
tests/functional: drop back compat imports from utils.py
Daniel P. Berrangé
2024-12-17
1
-5
/
+0
*
tests/functional: add 'uncompress' to QemuBaseTest
Daniel P. Berrangé
2024-12-17
1
-0
/
+25
*
tests/functional: add a generalized uncompress helper
Daniel P. Berrangé
2024-12-17
2
-0
/
+48
*
tests/functional: convert tests to new archive_extract helper
Daniel P. Berrangé
2024-12-17
1
-19
/
+0
*
tests/functional: add 'archive_extract' to QemuBaseTest
Daniel P. Berrangé
2024-12-17
1
-0
/
+32
*
tests/functional: add a generalized archive_extract
Daniel P. Berrangé
2024-12-17
2
-0
/
+59
*
tests/functional: let cpio_extract accept filenames
Daniel P. Berrangé
2024-12-17
1
-5
/
+11
*
tests/functional: add common deb_extract helper
Daniel P. Berrangé
2024-12-17
2
-9
/
+17
*
tests/functional: add common zip_extract helper
Daniel P. Berrangé
2024-12-17
1
-0
/
+8
*
tests/functional: move uncompress handling into new uncompress.py file
Daniel P. Berrangé
2024-12-17
2
-25
/
+38
*
tests/functional: move archive handling into new archive.py file
Daniel P. Berrangé
2024-12-17
2
-20
/
+34
*
tests/functional: switch over to using self.scratch_file()
Daniel P. Berrangé
2024-12-17
2
-5
/
+4
*
tests/functional: switch over to using self.build_file(...)
Daniel P. Berrangé
2024-12-17
2
-5
/
+4
*
tests/functional: switch over to using self.log_file(...)
Daniel P. Berrangé
2024-12-17
1
-5
/
+4
*
tests/functional: add helpers for building file paths
Daniel P. Berrangé
2024-12-17
1
-0
/
+95
*
tests/functional: drop 'has_cmd' and 'has_cmds' helpers
Daniel P. Berrangé
2024-12-17
3
-57
/
+9
*
tests/functional: introduce some helpful decorators
Daniel P. Berrangé
2024-12-17
2
-0
/
+110
*
tests/functional: drop 'tesseract_available' helper
Daniel P. Berrangé
2024-12-17
1
-11
/
+1
[next]