]> git.proxmox.com Git - mirror_qemu.git/commit - tests/qemu-iotests/iotests.py
qemu-iotests: Make debugging python tests easier
authorFam Zheng <famz@redhat.com>
Mon, 18 May 2015 01:39:12 +0000 (09:39 +0800)
committerKevin Wolf <kwolf@redhat.com>
Fri, 22 May 2015 15:08:01 +0000 (17:08 +0200)
commitaa4f592a1dd9aea5f5c36f6ff4b22b5bd208162a
tree1838a06658cfa428e481df9b84a9304912cd7bcd
parentb93bbf4ee9035ae077679482305d5beb38df4d7d
qemu-iotests: Make debugging python tests easier

Adding "-d" option. The output goes to "tee" so it appears in your
console. Also, raise the verbosity of unnitest runner.

When testing a topic branch, it's possible that a bug introduced by a
code change makes the python test case hang, with debug output, it is
much easier to locate the problem.

This can also be helpful if you want to watch the progress of a python
test, it offers you a way to sense the speed of each test case method
you're writing.

Note: because there is no easy way to get *both* the verbose output and
the output expected by ./check comparison, the case would always fail
with an "output mismatch". The sole purpose of using this option is
giving developers a quick way to debug when things go wrong.

Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/check
tests/qemu-iotests/common
tests/qemu-iotests/iotests.py