[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH OSSTEST v2 04/13] toolstack: distinguish local and remote migration support
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@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |