KVM test: initialize some VM attributes in __init__() to prevent trouble

'redirs' and 'vnc_port' might be used before they're defined, if
make_qemu_command() is called before create().  To make sure this doesn't
happen, define them in the VM constructor.

Signed-off-by: Michael Goldish <mgoldish@redhat.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@3444 592f7852-d20e-0410-864c-8624ca9c26a4
1 file changed