Commit 19a05b93 authored by Benjamin Blanc's avatar Benjamin Blanc

Type isRemainingSoftwareToInstall -> self.isRemainingSoftwareToInstall

parent d85c6be9
...@@ -142,7 +142,7 @@ the current cluster configuration." %(node_test_suite.test_suite_title,)) ...@@ -142,7 +142,7 @@ the current cluster configuration." %(node_test_suite.test_suite_title,))
# From the line below we would not supply any more softwares # From the line below we would not supply any more softwares
self.authorize_supply = False self.authorize_supply = False
# Here a loop while softwares are not all installed # Here a loop while softwares are not all installed
while isRemainingSoftwareToInstall() == False: while self.isRemainingSoftwareToInstall() == False:
self.testnode.log("Master testnode is waiting\ self.testnode.log("Master testnode is waiting\
for the end of all software installation.") for the end of all software installation.")
time.sleep(4) time.sleep(4)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment