From: Thierry Parmentelat Date: Wed, 3 Dec 2008 22:29:54 +0000 (+0000) Subject: typo X-Git-Tag: tests-4.3-0~50 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=64a402b2536c571e84d7c0590ca1921c12aa3e5a;hp=0e688f85b4958098b67067721b9515cb0fa3ef4c;p=tests.git typo --- diff --git a/system/TestNode.py b/system/TestNode.py index ab51bb7..ed8d028 100644 --- a/system/TestNode.py +++ b/system/TestNode.py @@ -196,7 +196,7 @@ class TestNode: #Prepare the log file before killing the nodes test_box = self.test_box() # kill the right processes - utils.header("Stopping qemu for host %s on box %s"%(self.name(),self.test_box().hostname())) + utils.header("Stopping qemu for node %s on box %s"%(self.name(),self.test_box().hostname())) command="%s/qemu-kill-node %s"%(self.nodedir(),self.name()) self.test_box().run_in_buildname(command) return True diff --git a/system/Trackers.py b/system/Trackers.py index f18a605..6a15aa5 100644 --- a/system/Trackers.py +++ b/system/Trackers.py @@ -89,7 +89,7 @@ class TrackerPlc (Tracker): class TrackerQemu (Tracker): - DEFAULT_FILENAME=os.environ['HOME']+"/tracker-emus" + 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