]> Git Repo - qemu.git/commit
qemu-iotests: move "check" code out of common.rc
authorPaolo Bonzini <[email protected]>
Tue, 12 Sep 2017 14:44:52 +0000 (16:44 +0200)
committerKevin Wolf <[email protected]>
Fri, 6 Oct 2017 14:28:58 +0000 (16:28 +0200)
commit48259488aa0aa05047a27f6b53a8df0111e32472
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 <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
tests/qemu-iotests/common
tests/qemu-iotests/common.config
tests/qemu-iotests/common.rc
This page took 0.026158 seconds and 4 git commands to generate.