mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
adding missing supported_platforms attributes.
Bbench only works on Android. It should advertise that fact by setting supported_platforms to ['android']. Telemetry is a Chrome browser workload that is only supported on ChromeOS and Android.
This commit is contained in:
parent
0608356465
commit
f1d3ebc466
@ -74,6 +74,8 @@ class BBench(Workload):
|
||||
Alias('bbench_with_audio', with_audio=True),
|
||||
]
|
||||
|
||||
supported_platforms = ['android']
|
||||
|
||||
def setup(self, context): # NOQA
|
||||
self.bbench_on_device = '/'.join([self.device.working_directory, 'bbench'])
|
||||
self.bbench_server_on_device = os.path.join(self.device.working_directory, BBENCH_SERVER_NAME)
|
||||
|
@ -88,6 +88,8 @@ class Telemetry(Workload):
|
||||
|
||||
"""
|
||||
|
||||
supported_platforms = ['android', 'chromeos']
|
||||
|
||||
parameters = [
|
||||
Parameter('run_benchmark_path', default=None,
|
||||
description="""
|
||||
|
Loading…
x
Reference in New Issue
Block a user