]> xenbits.xensource.com Git - qemu-xen.git/commit
Acceptance Tests: distinguish between temp and logs dir
authorCleber Rosa <crosa@redhat.com>
Thu, 11 Feb 2021 21:55:05 +0000 (16:55 -0500)
committerCleber Rosa <crosa@redhat.com>
Tue, 13 Jul 2021 17:18:50 +0000 (13:18 -0400)
commitb306e26ce0f33ef0a899131c5191b77aaf6df364
tree2c4859b40ca7372fba361d6c31a7573affd2d8e1
parent776b019d9d446c2a24a4dcde352616d496a89b36
Acceptance Tests: distinguish between temp and logs dir

Logs can be very important to debug issues, and currently QEMUMachine
instances will remove logs that are created under the temporary
directories.

With this change, the stdout and stderr generated by the QEMU process
started by QEMUMachine will always be kept along the test results
directory.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Message-Id: <20210211220146.2525771-6-crosa@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Signed-off-by: Cleber Rosa <crosa@redhat.com>
python/qemu/machine/machine.py
tests/acceptance/avocado_qemu/__init__.py