From: Thierry Parmentelat Date: Thu, 26 Feb 2009 21:50:22 +0000 (+0000) Subject: less room in the qemu pool for trunk X-Git-Tag: tests-4.3-0~11 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8b6dad13183dcf5fd7771a4b38db6efb97aabb91;p=tests.git less room in the qemu pool for trunk --- diff --git a/system/Trackers.py b/system/Trackers.py index 6a15aa5..dbe4abf 100644 --- a/system/Trackers.py +++ b/system/Trackers.py @@ -91,7 +91,7 @@ class TrackerQemu (Tracker): DEFAULT_FILENAME=os.environ['HOME']+"/tracker-qemus" # how many concurrent plcs are we keeping alive - adjust with the IP pool size - DEFAULT_MAX_INSTANCES = 2 + DEFAULT_MAX_INSTANCES = 1 def __init__ (self,options,filename=None,instances=0): if not filename: filename=TrackerQemu.DEFAULT_FILENAME