]> git.proxmox.com Git - mirror_qemu.git/commit
iotests: Fix up python style in 300
authorEric Blake <eblake@redhat.com>
Mon, 15 Feb 2021 22:05:18 +0000 (16:05 -0600)
committerKevin Wolf <kwolf@redhat.com>
Mon, 8 Mar 2021 13:55:18 +0000 (14:55 +0100)
commit4aa6fc69e8d2d64d37af382854ff5b12675248c2
tree4af93596f3fd0608f51b47de22d644591853dca4
parente41799409281eab19c17692d1c52cb4cef7f5494
iotests: Fix up python style in 300

Break some long lines, and relax our type hints to be more generic to
any JSON, in order to more easily permit the additional JSON depth now
possible in migration parameters.  Detected by iotest 297.

Fixes: ca4bfec41d56
 (qemu-iotests: 300: Add test case for modifying persistence of bitmap)
Reported-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20210215220518.1745469-1-eblake@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/300