WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] [XM-TEST] Increase timeout on hotplug-cpu

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [XM-TEST] Increase timeout on hotplug-cpus-down test to 30 seconds.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 14 Jul 2006 17:40:45 +0000
Delivery-date: Fri, 14 Jul 2006 10:45:04 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID ef8d08aa2072b187a865f0827dc152fcc7afaf1d
# Parent  f35b9950843c7a8c82b29ab0870ae0836cc4faee
[XM-TEST] Increase timeout on hotplug-cpus-down test to 30 seconds.
This is needed when dom0 has 32 CPUs.
Signed-off-by: Susan Krysan <krysans@xxxxxxxxxx>
---
 tools/xm-test/tests/enforce_dom0_cpus/01_enforce_dom0_cpus_basic_pos.py |    8 
++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff -r f35b9950843c -r ef8d08aa2072 
tools/xm-test/tests/enforce_dom0_cpus/01_enforce_dom0_cpus_basic_pos.py
--- a/tools/xm-test/tests/enforce_dom0_cpus/01_enforce_dom0_cpus_basic_pos.py   
Fri Jul 14 11:58:17 2006 +0100
+++ b/tools/xm-test/tests/enforce_dom0_cpus/01_enforce_dom0_cpus_basic_pos.py   
Fri Jul 14 12:00:02 2006 +0100
@@ -73,9 +73,9 @@ if check_status and status != 0:
 
 # 5) check /proc/cpuinfo for cpu count
 
-# It takes some time for the CPU count to change, on multi-proc systems, so 
check the number of procs in a loop for 20 seconds. 
+# It takes some time for the CPU count to change, on multi-proc systems, so 
check the number of procs in a loop for 30 seconds. 
 #Sleep inside the loop for a second each time.
-timeout = 20
+timeout = 30
 starttime = time.time()
 while timeout + starttime > time.time():
 # Check /proc/cpuinfo
@@ -108,8 +108,8 @@ reset_vcpu_count()
 reset_vcpu_count()
 
 # check restore worked
-# Since this also takes time, we will do it in a loop with a 20 second timeout.
-timeout=20
+# Since this also takes time, we will do it in a loop with a 30 second timeout.
+timeout=30
 starttime=time.time()
 while timeout + starttime > time.time(): 
     num_online = int(getDomInfo("Domain-0", "VCPUs"))

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [XM-TEST] Increase timeout on hotplug-cpus-down test to 30 seconds., Xen patchbot-unstable <=