Am 27.03.2019 um 10:23 hat Thomas Huth geschrieben: > iotest 235 currently only works with KVM - this is bad for systems where > it is not available, e.g. CI pipelines. The test also works when using > "tcg" as accelerator, so we can simply add that to the list of accelerators, > too. > > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > v2: Do not remove the test from the "quick" group, since there was no > real consensus about that change. We should maybe introduce a "ci" > group instead later where this test here won't get added (since it > currently does not work with accel=qtest)
Thanks, applied to the block branch. I think the real solution would be to do some debugging and make the test work even with qtest. But for 4.0, your patch is fine. Kevin