Remove "missing result" check in opcode tests
authorJose A. Lopes <jabolopes@google.com>
Mon, 5 Aug 2013 09:17:40 +0000 (11:17 +0200)
committerJose A. Lopes <jabolopes@google.com>
Wed, 7 Aug 2013 07:43:26 +0000 (09:43 +0200)
commitaea2f8d65a6bd5e705c26485583a10115519d12c
tree4b204c9d77c5947a0e86dd333e9dd057950a7f34
parent8e4968ca101dd203a0ca20f82ce787dbab787925
Remove "missing result" check in opcode tests

Some opcodes used 'None', others used 'ht.TNone', as a way to
represent the absence of a return type. This no longer applies,
therefore, this patch updates the corresponding Python tests.

Signed-off-by: Jose A. Lopes <jabolopes@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
test/py/ganeti.opcodes_unittest.py
test/py/ganeti.rapi.testutils_unittest.py