typo
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 3 Dec 2008 22:29:54 +0000 (22:29 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 3 Dec 2008 22:29:54 +0000 (22:29 +0000)
system/TestNode.py
system/Trackers.py

index ab51bb7..ed8d028 100644 (file)
@@ -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
index f18a605..6a15aa5 100644 (file)
@@ -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