Move Pbench Rally script
No need to keep this in the main browbeat dir Change-Id: Id2671c19ef68c02ac25ee1820d9320fb53044a09
This commit is contained in:
parent
8a542ef8ec
commit
47025d6a51
@ -30,7 +30,7 @@ class Rally:
|
||||
self.logger.info("Starting Scenario")
|
||||
tool = "rally"
|
||||
rally = self.tools.find_cmd(tool)
|
||||
cmd = ("user-benchmark --config={1} -- \"./browbeat-run-rally.sh"
|
||||
cmd = ("user-benchmark --config={1} -- \"./pbench/browbeat-run-rally.sh"
|
||||
" {0} {1} \'{2}\'\"".format(task_file, test_name, task_args))
|
||||
self.tools.run_cmd(cmd)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user