Re: [RFC PATCH v2 2/4] iotests: Update 245 to support replacing files with x-blockdev-reopen

2021-02-10 Thread Kevin Wolf
Am 08.02.2021 um 19:44 hat Alberto Garcia geschrieben: > Signed-off-by: Alberto Garcia > +def test_insert_throttle_filter(self): > +hd0_opts = hd_opts(0) > +result = self.vm.qmp('blockdev-add', conv_keys = False, **hd0_opts) > +self.assert_qmp(result, 'return', {}) > +

[RFC PATCH v2 2/4] iotests: Update 245 to support replacing files with x-blockdev-reopen

2021-02-08 Thread Alberto Garcia
Signed-off-by: Alberto Garcia --- tests/qemu-iotests/245 | 54 +- tests/qemu-iotests/245.out | 4 +-- 2 files changed, 55 insertions(+), 3 deletions(-) diff --git a/tests/qemu-iotests/245 b/tests/qemu-iotests/245 index f9d68b3958..bad6911f0c 100755 --- a/