On 15.02.23 16:25, Vladimir Sementsov-Ogievskiy wrote:
Hi all!

Let's get rid of pattern

     result = self.vm.qmp(...)
     self.assert_qmp(result, 'return', {})

And switch to just

     self.vm.cmd(...)

v5:
- include fixups by John
- fix 'make check-dev'
- split first patch into several [Daniel]

Ping.

Patches 1-2 (or their equivalence) are already merged, patches 03-16 are 
applicable on current master, I don't think it worth resending a v6 just to 
drop 1-2.

--
Best regards,
Vladimir


Reply via email to