mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-18 14:26:09 +01:00
workload: adding basic UIAutomator workload implementation
Added a workload type to handle workloads that have both an APK with an application and associated automation JAR. Added benchmarkpi implementation using using the new workload.
This commit is contained in:
wa
@ -75,7 +75,7 @@ class Resource(object):
|
||||
raise NotImplementedError()
|
||||
|
||||
def __str__(self):
|
||||
return '<{}\'s {}>'.format(self.owner, self.name)
|
||||
return '<{}\'s {}>'.format(self.owner, self.kind)
|
||||
|
||||
|
||||
class File(Resource):
|
||||
|
Reference in New Issue
Block a user