Re: [Qemu-devel] [PATCH 2/3] iotests/118: Create test classes dynamically

2019-08-01 Thread Max Reitz
On 31.07.19 22:42, Kevin Wolf wrote: > We're getting a ridiculous number of child classes of > TestInitiallyFilled and TestInitiallyEmpty that differ only in a few > attributes that we want to test in all combinations. > > Instead of explicitly writing down every combination, let's use a loop > an

[Qemu-devel] [PATCH 2/3] iotests/118: Create test classes dynamically

2019-07-31 Thread Kevin Wolf
We're getting a ridiculous number of child classes of TestInitiallyFilled and TestInitiallyEmpty that differ only in a few attributes that we want to test in all combinations. Instead of explicitly writing down every combination, let's use a loop and create those classes dynamically. Signed-off-b