1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-19 04:21:17 +00:00

ebizzy: changed os.path to device path

This commit is contained in:
Sebastian Goscik 2016-01-18 16:39:32 +00:00
parent 5f8da66322
commit f47ba6fea6

View File

@ -52,7 +52,7 @@ class Ebizzy(Workload):
def setup(self, context): def setup(self, context):
timeout_buf = 10 timeout_buf = 10
self.command = '{} -t {} -S {} -n {} {} > {}' self.command = '{} -t {} -S {} -n {} {} > {}'
self.ebizzy_results = os.path.join(self.device.working_directory, results_txt) self.ebizzy_results = self.device.path.join(self.device.working_directory, results_txt)
self.device_binary = None self.device_binary = None
self.run_timeout = self.seconds + timeout_buf self.run_timeout = self.seconds + timeout_buf