On 05.07.21 11:15, Vladimir Sementsov-Ogievskiy wrote:
We are going to support IMGOPTS environment variable like in bash
tests. Corresponding global variable in iotests.py should be called
imgopts. So to not interfere with function argument, rename it in
advance.

Signed-off-by: Vladimir Sementsov-Ogievskiy<vsement...@virtuozzo.com>
---
  tests/qemu-iotests/210        | 8 ++++----
  tests/qemu-iotests/iotests.py | 5 +++--
  2 files changed, 7 insertions(+), 6 deletions(-)

Reviewed-by: Max Reitz <mre...@redhat.com>

Reminds me how I sent a huge series for having Python tests support $IMGOPTS two years ago (https://lists.nongnu.org/archive/html/qemu-block/2019-10/msg00071.html). I guess the reason it was so big and this series is comparatively small is because I mostly concerned myself with `-o data_file` (and so all the operations that currently assume that every image is a single file need to be amended).

Max


Reply via email to