mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-10-30 14:44:09 +00:00
Check APK version and ABI when installing
- Check the APK's versionName property against the workload's expected version if specified - If workload specifies check_abi param, try to get APK from ABI-specific path on the host - Add variant_name param to APK resource-getter for backwards compatibility of dex2oat and peacekeeper
This commit is contained in:
@@ -63,7 +63,7 @@ class Peacekeeper(AndroidUiAutoBenchmark):
|
||||
|
||||
def __init__(self, device, **kwargs):
|
||||
super(Peacekeeper, self).__init__(device, **kwargs)
|
||||
self.version = self.browser
|
||||
self.variant_name = self.browser
|
||||
|
||||
def update_result(self, context):
|
||||
super(Peacekeeper, self).update_result(context)
|
||||
|
||||
Reference in New Issue
Block a user