Re: [Qemu-devel] [PATCH] iotests: remove assertIsNotNone call

2015-05-26 Thread Kevin Wolf
Am 22.05.2015 um 18:01 hat John Snow geschrieben: > RHEL6 doesn't have Python 2.7, so replace this call with > assertNotEqual(x, None) which will work just as well. > > Reported-by: Kevin Wolf > Signed-off-by: John Snow Thanks, applied to the block branch. Kevin

[Qemu-devel] [PATCH] iotests: remove assertIsNotNone call

2015-05-22 Thread John Snow
RHEL6 doesn't have Python 2.7, so replace this call with assertNotEqual(x, None) which will work just as well. Reported-by: Kevin Wolf Signed-off-by: John Snow --- tests/qemu-iotests/124 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qemu-iotests/124 b/tests/qemu-iote