oops correcting variables names
authorMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 25 Jan 2008 17:35:39 +0000 (17:35 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 25 Jan 2008 17:35:39 +0000 (17:35 +0000)
system/TestPlc.py

index 2c9d7da..5437699 100644 (file)
@@ -329,8 +329,8 @@ class TestPlc:
                     start_time=datetime.datetime.now()+ datetime.timedelta(minutes=2)
                     time.sleep(15)
                 else: status=False
-            for nodeup in booted_nodes : utils.header("Node %s correctly installed and booted"%node)
-            for nodedown  in notfullybooted_nodes : utils.header("Node %s not fully booted"%node)
+            for nodeup in booted_nodes : utils.header("Node %s correctly installed and booted"%nodeup)
+            for nodedown  in notfullybooted_nodes : utils.header("Node %s not fully booted"%nodedown)
             return status
     
     def bootcd (self, options):