kvm_test_utils: Make script work on python2.4
commitf1870207d0cd623022591c94f9e4e5ab12da5b69
authorlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Mon, 10 Jan 2011 15:34:37 +0000 (10 15:34 +0000)
committerlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Mon, 10 Jan 2011 15:34:37 +0000 (10 15:34 +0000)
tree74c27bfe53a401ad066b3bc11a9b2d211bfc324e
parent21a24d8c68425d3a8648c425a06378d474e3cfba
kvm_test_utils: Make script work on python2.4

Port of an earlier fix:

threading.Thread.is_alive() only exists in python2.6,
threading.Thread.isAlive() exists in both of them.

Signed-off-by: Amos Kong <akong@redhat.com>
git-svn-id: svn://test.kernel.org/autotest/trunk@5117 592f7852-d20e-0410-864c-8624ca9c26a4
client/tests/kvm/tests/migration_with_file_transfer.py
client/tests/kvm/tests/migration_with_reboot.py