On Sun, 2015-07-12 at 17:20 +0100, Wei Liu wrote: > @@ -23,5 +23,9 @@ use Osstest::TestSupport; > tsreadconfig(); > > our $ho = selecthost($ARGV[0]); > +# $ARGV[1] is guest name, $ARG[2] indicates whether it is checking for > +# local migration or remote migration > +# Mode should be either 1 ("local") or 0 ("remote") > +our $mode = $ARGV[2];
I think: our ($whhost, $gn, $mode) = @ARGV; our $ho = selecthost($whhost); would be preferable to the first two lines of the comment. > -exit(toolstack($ho)->migrate_check()); > +exit(toolstack($ho)->migrate_check($mode)); _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel