summary refs log tree commit diff stats
path: root/tests/functional/qemu_test/cmd.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests/functional: fix infinite loop on console EOFDaniel P. Berrangé2025-09-091-1/+1
* tests/functional: add vm param to cmd.py helpersJohn Levon2025-09-091-6/+12
* tests/functional: return output from cmd.py helpersJohn Levon2025-09-091-9/+44
* tests/functional: remove now unused 'run_cmd' helperDaniel P. Berrangé2024-12-171-11/+0
* tests/functional: switch over to using self.build_file(...)Daniel P. Berrangé2024-12-171-3/+2
* tests/functional: drop 'has_cmd' and 'has_cmds' helpersDaniel P. Berrangé2024-12-171-50/+4
* tests/functional: simplify 'which' implementationDaniel P. Berrangé2024-12-171-1/+1
* tests/functional: remove duplicated 'which' function implDaniel P. Berrangé2024-12-171-0/+10
* 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: Fix bad usage of has_cmdThomas Huth2024-09-111-3/+3
* tests/functional: Convert Aarch64 Virt machine avocado testsPhilippe Mathieu-Daudé2024-09-041-0/+15
* tests/functional: Add base classes for the upcoming pytest-based testsThomas Huth2024-09-041-0/+178