From: Marc Fiuczynski Date: Fri, 25 Jan 2008 17:35:39 +0000 (+0000) Subject: oops correcting variables names X-Git-Tag: 2008-02-11-last-vmware-support~89 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=213beab9aed688c579b27932319cd460680d98e7;p=tests.git oops correcting variables names --- diff --git a/system/TestPlc.py b/system/TestPlc.py index 2c9d7da..5437699 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -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):