From: Thierry Parmentelat Date: Mon, 31 Mar 2008 12:20:47 +0000 (+0000) Subject: no need for grace time, we wait beforehand anyway X-Git-Tag: tests-4.2-4~129 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a559e24c6dac82ef5994ff05534bc70bc1739a99;p=tests.git no need for grace time, we wait beforehand anyway --- diff --git a/system/TestPlc.py b/system/TestPlc.py index 1ea0aa2..46c6cbb 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -458,7 +458,7 @@ class TestPlc: return True def nodes_booted(self,options): - return self.do_nodes_booted(minutes=5) + return self.do_nodes_booted(minutes=0) #to scan and store the nodes's public keys and avoid to ask for confirmation when ssh def scan_publicKeys(self,hostnames):