tools for dealing with plain-bootstrapfs tag, and simpler names: nodedistro instead...
[tests.git] / system / Substrate.py
index 3eb57f8..a5f06bb 100644 (file)
@@ -272,6 +272,13 @@ class Pool:
 
         command = "ping -c 1 {} 1 {}".format(Pool.ping_timeout_option, hostname)
         (status, output) = subprocess.getstatusoutput(command)
+#        print ("""
+#----------        
+#Ping command <{command}> has returned {status}
+#--
+#{output}
+#----------
+#        """.format(**locals()))
         return status == 0
 
 ####################