KVM-test: Use isAlive to check the status of Thread
commit90123972ea31e6fa1cb6fe353bedb7baa928bc0c
authorlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Wed, 1 Jun 2011 17:47:07 +0000 (1 17:47 +0000)
committerlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Wed, 1 Jun 2011 17:47:07 +0000 (1 17:47 +0000)
tree542762f64e215e2b1abd5b2c9bb4f28b601d77bc
parentabf2f3029c3a3f9b2fbe960b3065bed4ff2f2f52
KVM-test: Use isAlive to check the status of Thread

The attribute is_alive is imported in python 2.6, so can not run
it in hosts with python 2.4 such as RHEL5. Just use isAlive().

Signed-off-by: Yiqiao Pu <ypu@redhat.com>
git-svn-id: svn://test.kernel.org/autotest/trunk@5391 592f7852-d20e-0410-864c-8624ca9c26a4
client/virt/tests/netperf.py