Commit d42947ad authored by Benjamin Blanc's avatar Benjamin Blanc

Up

parent 5202f377
......@@ -164,6 +164,9 @@ class ScalabilityTestRunner():
# From the line below we would not supply any more softwares
self.authorize_supply = False
# Waiting until all softwares are installed
print "waiting vlaue:"
print max_time <= time.time()-start_time)
while ( self.remainSoftwareToInstall()
and (max_time <= time.time()-start_time)):
self.testnode.log("Master testnode is waiting\
......
......@@ -97,6 +97,7 @@ class SlapOSControler(object):
Ex :
my_controler.supply('kvm.cfg', 'COMP-726')
"""
return
self.log('SlapOSControler : supply')
parser = argparse.ArgumentParser()
parser.add_argument("configuration_file")
......
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