verbose
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 20 Nov 2008 17:02:17 +0000 (17:02 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 20 Nov 2008 17:02:17 +0000 (17:02 +0000)
system/TestPlc.py
system/TestSlice.py

index 2f338cd..0567e43 100644 (file)
@@ -658,7 +658,8 @@ class TestPlc:
             local_key = "keys/%(vservername)s.rsa"%locals()
         tocheck = self.all_hostnames()
         utils.header("checking ssh access (expected in %s mode) to nodes %r"%(message,tocheck))
-        utils.header("max timeout is %d minutes, silent for %d minutes"%(timeout_minutes,silent_minutes))
+        utils.header("max timeout is %d minutes, silent for %d minutes (period is %s)"%\
+                         (timeout_minutes,silent_minutes,period))
         while tocheck:
             for hostname in tocheck:
                 # try to run 'hostname' in the node
index b4f719e..c49b48c 100644 (file)
@@ -92,6 +92,9 @@ class TestSlice:
             (site_spec,node_spec) = self.test_plc.locate_node(nodename)
             tocheck.append(node_spec['node_fields']['hostname'])
 
+        utils.header("checking ssh access into slice %s on nodes %r"%(self.name(),tocheck))
+        utils.header("max timeout is %d minutes, silent for %d minutes (period is %s)"%\
+                         (timeout_minutes,silent_minutes,period))
         while tocheck:
             for hostname in tocheck:
                 (site_spec,node_spec) = self.test_plc.locate_hostname(hostname)