summary refs log tree commit diff stats
path: root/tests/functional/qemu_test/tuxruntest.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests/functional: Remove unnecessary import statementsThomas Huth2025-04-231-2/+0
* tests/functional: Move the check for the parameters from avocado to functionalThomas Huth2025-04-231-4/+5
* tests/functional: drop unused 'get_tag' methodDaniel P. Berrangé2025-03-071-11/+0
* tests/functional: update tuxruntest to use uncompress utilityAlex Bennée2025-01-101-11/+1
* tests/functional: replace 'run_cmd' with subprocess helpersDaniel P. Berrangé2024-12-171-3/+5
* tests/functional: switch over to using self.scratch_file()Daniel P. Berrangé2024-12-171-1/+1
* tests/functional: drop 'has_cmd' and 'has_cmds' helpersDaniel P. Berrangé2024-12-171-6/+4
* tests/functional: remove many unused importsDaniel P. Berrangé2024-12-171-2/+1
* tests/functional: remove time.sleep usage from tuxrun testsDaniel P. Berrangé2024-11-251-10/+6
* tests/functional: remove obsolete reference to avocado bugDaniel P. Berrangé2024-11-251-1/+0
* 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