]> Git Repo - qemu.git/commit
iotests: Allow check -o data_file
authorMax Reitz <[email protected]>
Thu, 7 Nov 2019 16:37:08 +0000 (17:37 +0100)
committerMax Reitz <[email protected]>
Mon, 6 Jan 2020 12:43:07 +0000 (13:43 +0100)
commit1b35b85abb93aa6d40ac237e8be3ae87a20a8d0b
tree8903b3ac6b8cced400f3e54e97bc36338f49e134
parent3be2024aefe0024ada2fb5044c230c867ef59c67
iotests: Allow check -o data_file

The problem with allowing the data_file option is that you want to use a
different data file per image used in the test.  Therefore, we need to
allow patterns like -o data_file='$TEST_IMG.data_file'.

Then, we need to filter it out from qemu-img map, qemu-img create, and
remove the data file in _rm_test_img.

Signed-off-by: Max Reitz <[email protected]>
Reviewed-by: Maxim Levitsky <[email protected]>
Message-id: 20191107163708[email protected]
Signed-off-by: Max Reitz <[email protected]>
tests/qemu-iotests/common.filter
tests/qemu-iotests/common.rc
This page took 0.02692 seconds and 4 git commands to generate.