[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 19/26] ts-logs-capture: power: try ILOM first
If ILOM is provided, and the host is not responding when we try logs capture, try the ILOM before hard power cycling the host. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- Osstest/TestSupport.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm index 4e1192d4..886e95d4 100644 --- a/Osstest/TestSupport.pm +++ b/Osstest/TestSupport.pm @@ -1440,8 +1440,9 @@ sub target_reboot ($) { sub target_reboot_force ($) { my ($ho) = @_; - power_cycle($ho); - await_tcp(get_timeout($ho,'reboot',$timeout{HardRebootUp}), 5, $ho); + power_reboot_attempts($ho, sub { }, sub { + await_tcp(get_timeout($ho,'reboot',$timeout{HardRebootUp}), 5, $ho); + }, qr{(?!.*SSH)}); } sub tcpconnect ($$) { -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |