qemu-iotests: move "check" code out of common.rc
commit48259488aa0aa05047a27f6b53a8df0111e32472
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 12 Sep 2017 14:44:52 +0000 (12 16:44 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 6 Oct 2017 14:28:58 +0000 (6 16:28 +0200)
tree81595457a71422d70b706871207b96309d7b9da5
parent9ee4b6f803335d23e3b6fe21c139707918c3eb24
qemu-iotests: move "check" code out of common.rc

Some functions in common.rc are never used by the tests.  Move
them out of that file and into common, which is already included
only by "check".

Code that actually *is* common to "check" and tests can be placed in
common.config.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/common
tests/qemu-iotests/common.config
tests/qemu-iotests/common.rc