Re: [PATCH 18/18] iotests: Allow check -o data_file

2019-09-30 Thread Max Reitz
On 29.09.19 18:39, Maxim Levitsky wrote: > On Fri, 2019-09-27 at 11:42 +0200, Max Reitz wrote: >> 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

Re: [PATCH 18/18] iotests: Allow check -o data_file

2019-09-29 Thread Maxim Levitsky
On Fri, 2019-09-27 at 11:42 +0200, Max Reitz wrote: > 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

[PATCH 18/18] iotests: Allow check -o data_file

2019-09-27 Thread Max Reitz
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