1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-20 20:09:11 +00:00

workloads/exoplayer: Update supported versions

Adds '2.5' and '2.6' to the supported versions of the workload.
This commit is contained in:
Marc Bonnici 2018-02-08 14:52:27 +00:00 committed by setrofim
parent 5f1145a41f
commit fbf1bbb1cf

View File

@ -69,7 +69,7 @@ class ExoPlayer(ApkWorkload):
video_directory = os.path.join(settings.dependencies_directory, name)
package_names = ['com.google.android.exoplayer2.demo']
versions = ['2.4.0']
versions = ['2.4', '2.5', '2.6']
action = 'com.google.android.exoplayer.demo.action.VIEW'
default_format = 'mov_720p'