On Fri, 22 Apr 2011 16:32:27 +0800 "wuyu8242" <[email protected]> wrote:
> hi Lucas, Amos, > > Disturbing you again!How to run migration case? when i add the > migration case to tests.cfg just like boot case, but the migration > case don't run really. and i try run autotest as > following: /root/autotest/client/bin/autotest > --verbose /root/autotest/client/tests/kvm/migration_control.srv , but > report error: > > File "/root/autotest/client/tests/kvm/migration_control.srv", line > 118, in ? (pairs, failures) = > utils.form_ntuples_from_machines(machines, 2) NameError: name > 'machines' is not defined > > there are some cases like migration. when throw them to the > tests.cfg, they can not be run really. Hello Wuyu Try this /root/autotest/client/bin/autotest /root/autotest/client/tests/kvm/control --verbose You need to give destination machine details also. --Pradeep _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
