diff options
author | Jeff Cody | 2015-10-13 01:36:50 +0200 |
---|---|---|
committer | Kevin Wolf | 2015-10-16 15:34:30 +0200 |
commit | 15489c769b9a4b3bec5b5848af2960689d7b4bd8 (patch) | |
tree | 4402e78af2ba94bd42ffb4705073a5dd0e956bd6 /tests/qemu-iotests/081 | |
parent | util - add automated ID generation utility (diff) | |
download | qemu-15489c769b9a4b3bec5b5848af2960689d7b4bd8.tar.gz qemu-15489c769b9a4b3bec5b5848af2960689d7b4bd8.tar.xz qemu-15489c769b9a4b3bec5b5848af2960689d7b4bd8.zip |
block: auto-generated node-names
If a node-name is not specified, automatically generate the node-name.
Generated node-names will use the "block" sub-system identifier.
Signed-off-by: Jeff Cody <jcody@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/081')
-rwxr-xr-x | tests/qemu-iotests/081 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/081 b/tests/qemu-iotests/081 index d9b042cfc7..51873ff7db 100755 --- a/tests/qemu-iotests/081 +++ b/tests/qemu-iotests/081 @@ -53,7 +53,8 @@ function do_run_qemu() function run_qemu() { - do_run_qemu "$@" 2>&1 | _filter_testdir | _filter_qemu | _filter_qmp | _filter_qemu_io + do_run_qemu "$@" 2>&1 | _filter_testdir | _filter_qemu | _filter_qmp\ + | _filter_qemu_io | _filter_generated_node_ids } test_quorum=$($QEMU_IMG --help|grep quorum) |