[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH OSSTEST] Toolstack: Do not pass -F to xm shutdown (Was: Re: [xen-4.2-testing test] 57630: regressions - FAIL)



On Mon, 2015-06-01 at 09:34 +0100, Ian Campbell wrote:
> From aa79bd958fe42da2876fd76e61468c183a7fabdc Mon Sep 17 00:00:00 2001
> From: Ian Campbell <ian.campbell@xxxxxxxxxx>
> Date: Mon, 1 Jun 2015 09:32:37 +0100
> Subject: [PATCH] Toolstack: Do not pass -F to xm shutdown
> 
> This is a feature of xl only.
> 
> Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

With Ian being away for a bit and this blocking testing of older
branches which contain xend I've pushed this to osstest's pretest
branch.

Ian.

> ---
>  Osstest/Toolstack/xl.pm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Osstest/Toolstack/xl.pm b/Osstest/Toolstack/xl.pm
> index dd12ae1..23328d3 100644
> --- a/Osstest/Toolstack/xl.pm
> +++ b/Osstest/Toolstack/xl.pm
> @@ -56,7 +56,7 @@ sub shutdown_wait ($$$) {
>      my $ho = $self->{Host};
>      my $gn = $gho->{Name};
>      my $acpi_fallback = guest_var($gho,'acpi_shutdown','false') eq 'true'
> -     ? "F" : "";
> +     && $self->{Name} eq 'xl' ? "F" : "";
>      target_cmd_root($ho,"$self->{_Command} shutdown -w${acpi_fallback} $gn", 
> $timeout);
>  }
>  



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.