Commit a2d9091f authored by Benjamin Blanc's avatar Benjamin Blanc

Enable supply

parent 4a8ca1c1
......@@ -138,7 +138,7 @@ the current cluster configuration." %(node_test_suite.test_suite_title,))
launcher_nodes_computer_guid = test_configuration['launcher_nodes_computer_guid']
software_path_list = []
software_path_list.append("my_ipv6_reachable_profile.cfg")
software_path_list.append("http://foo.bar/It_is_a_test_for_scalability_test/My_unreachable_profile.cfg")
for software_path in software_path_list:
for computer_guid in self.involved_nodes_computer_guid:
self._prepareSlapOS(software_path, computer_guid)
......
......@@ -95,9 +95,6 @@ class SlapOSControler(object):
Ex :
my_controler.supply('kvm.cfg', 'COMP-726')
"""
# TODO : remove return
print "Ben:I GONNE SEARCH MY SLAPOS CONFIG FILE THERE : %s" %self.configuration_file_path
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