]> git.proxmox.com Git - mirror_qemu.git/commit - tests/qemu-iotests/iotests.py
qemu-iotests: Add supported os parameter for python tests
authorFam Zheng <famz@redhat.com>
Sun, 4 Jan 2015 01:53:52 +0000 (09:53 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 13 Jan 2015 13:43:28 +0000 (13:43 +0000)
commitbc521696607c5348fcd8a9e57b408d0ac0dbe2f8
tree5123de91471b9f1b3642335cdf34488c8f64ea90
parent9c8ab1ae0d7c4a135c832c784f088ae5e2140585
qemu-iotests: Add supported os parameter for python tests

If I understand correctly, qemu-iotests never meant to be portable. We
only support Linux for all the shell cases, but didn't specify it for
python tests. Now add this and default all the python tests as Linux
only. If we cares enough later, we can override the parameter in
individual cases.

Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
tests/qemu-iotests/iotests.py