tests.autotest_control: Add function for running autotest in background
Add two helper functions run_autotest_background() & wait_autotest_background(). Some testcases(ioquit,net_perf2,suspendresume) need run_autotest_background() to add workload. Both functions are wrapper of run_autotest thus place them in run_autotest.py. If we want to use them, we should import test.autotest first. Signed-off-by: NJason Wang <jasowang@redhat.com> Signed-off-by: NAmos Kong <akong@redhat.com> We have update virt/tests/autotest.py to guest_autotest.py So run_autotest() have to rename to run_guest_autotest() Signed-off-by: NFeng Yang <fyang@redhat.com> interface update Signed-off-by: NFeng Yang <fyang@redhat.com> Signed-off-by: NYiqiao Pu <ypu@redhat.com>
Showing
想要评论请 注册 或 登录