Commit a39e95a8 authored by Benjamin Blanc's avatar Benjamin Blanc

tetnode: change software type from "scalability" to "test"

Suggested by Cédric de Saint Martin <cedric.dsm@tiolive.com>
parent ab6d3d84
......@@ -128,7 +128,7 @@ class ScalabilityTestRunner():
self.log("testnode, request : %s", instance_title)
config = json.dumps(config)
self.slapos_controler.request(instance_title, software_path,
"scalability", {"_" : config},
"test", {"_" : config},
self.launcher_nodes_computer_guid[0])
self.authorize_request = False
return {'status_code' : 0}
......
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