Re: [Qemu-devel] [PATCH 6/9] iotests.py: Add is_str()

2019-01-30 Thread Max Reitz
On 29.01.19 22:35, John Snow wrote: > > > On 1/23/19 9:46 AM, Max Reitz wrote: >> Strings can have various representations, this helper function checks >> whether a given value is in any of them. >> >> Signed-off-by: Max Reitz >> --- >> tests/qemu-iotests/iotests.py | 6 ++ >> 1 file change

Re: [Qemu-devel] [PATCH 6/9] iotests.py: Add is_str()

2019-01-29 Thread John Snow
On 1/23/19 9:46 AM, Max Reitz wrote: > Strings can have various representations, this helper function checks > whether a given value is in any of them. > > Signed-off-by: Max Reitz > --- > tests/qemu-iotests/iotests.py | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/tests/qemu

[Qemu-devel] [PATCH 6/9] iotests.py: Add is_str()

2019-01-23 Thread Max Reitz
Strings can have various representations, this helper function checks whether a given value is in any of them. Signed-off-by: Max Reitz --- tests/qemu-iotests/iotests.py | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tests/qemu-iotests/iotests.py b/tests/qemu-iotests/iotests.py index