Move Pbench Rally script

No need to keep this in the main browbeat dir

Change-Id: Id2671c19ef68c02ac25ee1820d9320fb53044a09
This commit is contained in:
Joe Talerico 2016-01-29 16:11:04 -05:00
parent 8a542ef8ec
commit 47025d6a51
2 changed files with 1 additions and 1 deletions

View File

@ -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: