mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-10-30 06:34:13 +00:00
Removed min_apk_version from UXperf workloads. The known working version is now part of the description instead.
This commit is contained in:
@@ -23,7 +23,6 @@ class GoogleSlides(AndroidUxPerfWorkload):
|
||||
|
||||
name = 'googleslides'
|
||||
package = 'com.google.android.apps.docs.editors.slides'
|
||||
min_apk_version = '1.6.312.08'
|
||||
activity = ''
|
||||
view = [package + '/com.google.android.apps.docs.quickoffice.filepicker.FilePickerActivity',
|
||||
package + '/com.google.android.apps.docs.editors.shared.filepicker.FilePickerActivity',
|
||||
@@ -76,6 +75,8 @@ class GoogleSlides(AndroidUxPerfWorkload):
|
||||
NOTE: There are known issues with the reliability of this workload on some targets.
|
||||
It MAY NOT ALWAYS WORK on your device. If you do run into problems, it might help to
|
||||
set ``do_text_entry`` parameter to ``False``.
|
||||
|
||||
Known working APK version: 1.6.312.08
|
||||
'''
|
||||
|
||||
parameters = [
|
||||
|
||||
Reference in New Issue
Block a user