]> git.proxmox.com Git - mirror_qemu.git/commit
iotests: remove assertIsNotNone call
authorJohn Snow <jsnow@redhat.com>
Fri, 22 May 2015 16:01:41 +0000 (12:01 -0400)
committerKevin Wolf <kwolf@redhat.com>
Fri, 12 Jun 2015 13:54:00 +0000 (15:54 +0200)
commitff793890faeb119c8dad53b7ed614407ff7b027a
tree3658f137d8ea8a2c3df16f03d6c5d9ff942ac51c
parent4cb618abc1818586c08011ff0a84a015787b1672
iotests: remove assertIsNotNone call

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 <kwolf@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/124