mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-29 22:24:51 +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:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user