Update parameter variables
authorJose A. Lopes <jabolopes@google.com>
Fri, 2 Aug 2013 12:53:55 +0000 (14:53 +0200)
committerJose A. Lopes <jabolopes@google.com>
Wed, 7 Aug 2013 07:43:29 +0000 (09:43 +0200)
commit61c9a3d6b66e1ce09b26c8e8e3553da8cd527c2f
treeaa30af25f59061ce6cc19aae6572b90c2681a594
parent6888a6ede635087e443c5d3e9d980c45f791f259
Update parameter variables

Because opcodes are generated, parameter variables no longer
exist. This patch fixes the Python opcode tests not to refer to these
variables.

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