[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 3/3] timeouts: Honour TimeoutFactor host property
This gives us a single place to say that a host is particularly slow. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- Osstest/TestSupport.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm index b8946da..1108dbd 100644 --- a/Osstest/TestSupport.pm +++ b/Osstest/TestSupport.pm @@ -346,6 +346,7 @@ sub target_adjust_timeout ($$) { my $guest_var = "${context}_timeoutfactor"; $adjust->(guest_var($ho,$guest_var), "guest variable $guest_var"); } + $adjust->(get_target_property($ho,"TimeoutFactor"), "target TimeoutFactor"); } #---------- running commands eg on targets ---------- -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |