Commit f5f9677d authored by Benjamin Blanc's avatar Benjamin Blanc

Test

parent ab16c439
...@@ -105,8 +105,8 @@ class SlapOSControler(object): ...@@ -105,8 +105,8 @@ class SlapOSControler(object):
if os.path.exists(self.configuration_file_path): if os.path.exists(self.configuration_file_path):
args = parser.parse_args([self.configuration_file_path, software_url, computer_id]) args = parser.parse_args([self.configuration_file_path, software_url, computer_id])
config = client.Config() config = client.Config()
config = client.ClientConfig(args, args.configuration_file) # config = client.ClientConfig(args, args.configuration_file)
#config.setConfig(args, args.configuration_file) config.setConfig(args, args.configuration_file)
try: try:
# client.do_supply(args.software_url, args.node, client.init(config), remove=remove) # client.do_supply(args.software_url, args.node, client.init(config), remove=remove)
#client.do_supply(software_url, computer_id, #client.do_supply(software_url, computer_id,
......
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