setrofim
969201968e
Merge pull request #282 from jimboatarm/min-apk-version-fix
...
Support for Geekbench 4
2016-11-11 11:23:07 +00:00
James Hartley
46b78d35be
Geekbench 4 is similar in terms of operation but runs significantly different tests and hence
...
produces a different results output.
- Add UiAutomator and results parsing support for GB4
- Remove the version checking in init.py and rely instead on the ApkWorkload version
checking. The required version in the agenda is checked against that on the host or target
Tested with GB3.4.1 and GB4.0.0 on a Galaxy S7. Older variants of the APK were not available.
2016-11-10 18:56:22 +00:00
Michael McGeagh
6d173f2f3f
Change min apk ver for reader
2016-11-10 15:48:50 +00:00
Leo Yan
d3c59e2f74
rt-app: add user case for camera
...
Add camera-long.json and camera-short.json files to simulate camera
recorder.
Signed-off-by: Leo Yan <leo.yan@linaro.org>
2016-11-10 12:08:02 +08:00
setrofim
27df426c0d
Merge pull request #263 from jimboatarm/books-codetidy
...
GooglePlayBooks: Code tidy to conform.
2016-11-08 13:19:27 +00:00
Michael McGeagh
f8966bf324
GooglePlayBooks: Code tidy to conform. Additional parameter added for when the search name differs to the library name. Defaults changed due to Hamlet dissapearing from the store.
...
Added cornercase of accidentially triggering a card popup
New version includes a new dialogue and name for search. Added support for this
If device has more than one account associated, a new popup appears. Handle that with an optional parameter listing specific account to select, if ommitted the first account in the list is selected
2016-11-08 12:31:27 +00:00
James Hartley
359d9d3e5f
Fix incorrect min_apk_version setting in adobereader and googleplaybooks
2016-11-07 15:42:38 +00:00
Sergei Trofimov
41b52178bb
pylint fixes.
2016-10-17 11:02:41 +01:00
Michael McGeagh
4649fa13db
AdobeReader: Fails on S7 due to search icons being a different class. Removed the class specifier
2016-10-11 13:25:35 +01:00
Sergei Trofimov
edc26fe75c
vellamo: fixing capitalization in automation
...
Capitalization for the "LET'S ROLL" button text was incorrect in the
automation code. This has not caused issues up to this point, but it
seems the button is no longer being found in the latest AOSP. This
commit corrects the capitalization.
2016-10-07 17:21:56 +01:00
setrofim
6aecf1b35e
Merge pull request #264 from jimboatarm/reader-workload
...
Reader Workload: The Adobe Reader workflow carries out typical…
2016-10-05 08:30:57 +01:00
Michael McGeagh
4c5e008609
Reader Workload: The Adobe Reader workflow carries out typical productivity tasks.
...
Conform to code style of other workloads.
Changed search strings to be a list. Allows user the ability to search for 1 or more search terms.
Renamed Reader to AdobeReader. Removed sleep and now detect and wait for searchicon
2016-10-04 16:59:22 +01:00
setrofim
5bed658045
Merge pull request #262 from jimboatarm/youtube-codetidy
...
Youtube: Codetidy to conform with the other workloads
2016-10-03 14:33:08 +01:00
setrofim
8ac5657993
Merge pull request #260 from jimboatarm/slides-codetidy
...
GoogleSlides: Code tidy, to conform with the other workloads.
2016-10-03 14:09:42 +01:00
setrofim
fc26daecfc
Merge pull request #261 from jimboatarm/skype-codetidy
...
Skype CodeTidy to conform with the other workloads
2016-10-03 13:44:02 +01:00
Michael McGeagh
4e94ff9ed7
Skype CodeTidy to conform with the other workloads
...
Dont double click if the confirm icon appears
2016-09-29 17:29:21 +01:00
Michael McGeagh
c47ae5cfcf
Youtube: Codetidy to conform with the other workloads
2016-09-28 14:39:53 +01:00
Michael McGeagh
ce11b94f28
GoogleSlides: Code tidy, to conform with the other workloads.
2016-09-28 13:02:49 +01:00
Michael McGeagh
765fdd7cbb
GooglePhotos: Change step value for crop operation to speed up workload. 500 is too slow and not realistic of real user behaviour.
...
Image order not guaranteed. Changed workflow to use subfolders to guarantee ordering and have same action be performed on the same image. As a result, swipe gestures are no longer applicable
Colour change was using clicks. Now uses drags. This is more reliable across devices
2016-09-28 09:58:22 +01:00
Marc Bonnici
e69aea4e69
Skype: Added check for update popup.
...
Since there has been an update to the skype app, there was now a
update prompt preventing test from running. Now checks for the
prompt on older versions of skype and dismisses it if present.
2016-09-23 11:18:40 +01:00
Michael McGeagh
5738d19114
Skype: Codetidy, no functional changes. Make voice action default in code, move private function to bottom.
2016-09-22 16:52:39 +01:00
Sebastian Goscik
5dbf7e7d38
Merge pull request #251 from jimboatarm/googlephotos-codetidy
...
GooglePhotos: Reorder functions and relabel ActionLogger tags
2016-09-20 12:48:45 +01:00
Michael McGeagh
a2945d58cb
Reorder functions and relabel ActionLogger tags. No functional changes made to actual workload run
2016-09-20 11:15:40 +01:00
Sebastian Goscik
8727fe514a
Merge pull request #249 from jimboatarm/googleplaybooks-gesturefix
...
GooglePlayBooks: Reorder so that the gesture test happens after selec…
2016-09-20 10:55:57 +01:00
setrofim
6465e732fd
Merge pull request #250 from ep1cman/apk_ver_fixes
...
Redone APK file resolution
2016-09-20 10:50:29 +01:00
Sebastian Goscik
f9ec869c7b
Revert "Updated workload versions to match APK files"
...
This reverts commit b426e00f2fd98bc602b40bec815847c6287b610a.
2016-09-20 10:47:57 +01:00
Sebastian Goscik
1bbd3ef87a
Revert "workloads: Fixed versions to be backward compatible"
...
This reverts commit 8608c3b747fb544f95c3eefa45191b47efe53994.
2016-09-20 10:47:57 +01:00
Michael McGeagh
5018a1ec94
GooglePlayBooks: Reorder so that the gesture test happens after selecting a known chapter in the book. Previously the gestures could happen on any random page thus making the results not neccessarily comparable to another run.
2016-09-20 10:10:21 +01:00
Sebastian Goscik
fe58245843
Merge pull request #248 from jimboatarm/youtube-actionlogger-modified
...
Youtube: Changed actionlogger to measure different more relevant acti…
2016-09-19 17:36:39 +01:00
Michael McGeagh
19569816d3
Youtube: Changed actionlogger to measure different more relevant actions. Also rearranged if statement for video_source so that the default is at the top.
2016-09-19 16:46:03 +01:00
Michael McGeagh
1dfbaf4ebe
GooglePlayBooks: Modified ActionLogger tags and capture points
2016-09-19 14:21:03 +01:00
Michael McGeagh
b5dc5b8648
GoogleSlides workload did not do slide_count number of swipes in edit mode. This fixes that.
2016-09-19 13:26:21 +01:00
Sebastian Goscik
8608c3b747
workloads: Fixed versions to be backward compatible
...
In a recent commit workload versions were changed to match their APK versions.
This commit adds the old versions to the allowed versions and automatically
maps them onto the new values.
2016-09-13 11:07:18 +01:00
muendelezaji
d279cc7453
Add Google Slides workload
2016-09-12 17:57:41 +01:00
Sebastian Goscik
ff2f88fbd7
Merge pull request #225 from jimboatarm/googlephotos_uxperf
...
Add googlephotos workload
2016-09-09 14:26:46 +01:00
John Richardson
96f4ade874
Add googlephotos workload
2016-09-09 09:56:15 +01:00
setrofim
ac0256e377
Merge pull request #239 from jimboatarm/googleplaybooks_fix
...
Updates and fixes for googleplaybooks workload
2016-09-08 15:50:17 +01:00
John Richardson
5ef7d2dd44
Remove skypevideo workload
...
The original skypevideo workload has now been replaced with the newer
skype workload.
2016-09-07 16:51:40 +01:00
John Richardson
cf8cb5bfab
Add Skype workload
2016-09-07 16:45:11 +01:00
John Richardson
e18366b3f8
Add support for chrome books to googleplaybooks workload
...
Accommodate layout changes in googleplaybooks on chrome book devices
when accessing the action bar menu in the app.
2016-09-05 17:15:49 +01:00
muendelezaji
441ba974b7
Youtube workload
2016-09-05 15:03:53 +01:00
John Richardson
a33df50ce8
Use new AndroidUxPerformance class in googleplaybooks
...
Utilise new convenience method for checking for an valid internet
connection and set the min_apk_version within the AndroidUxPerformance
class.
2016-09-05 14:56:14 +01:00
John Richardson
52d4635fe8
Improve logic for scrolling during book search
2016-09-02 15:29:28 +01:00
John Richardson
14924ec6f4
Remove hardcoded package name from googleplaybooks workload
2016-09-02 15:29:28 +01:00
Sebastian Goscik
9d4aa4983a
antutu: Fixed setting permissions
...
It has been observed on some devices that the FINE_LOCATION premissions is required
for antutu to run without asking for permissions at run time but this was not listed
in the APK manifest. This caused issues on devices were only the permissions in the
manifest can be granted. This commit sliences any error when trying to set this permission
as well as only trying only on Android 6+
2016-08-24 14:36:00 +01:00
Sebastian Goscik
b426e00f2f
Updated workload versions to match APK files
...
Some workloads presented a different version than what was in the APK file.
With the changes introduced in bb33123 several workloads broke.
2016-08-24 14:33:18 +01:00
John Richardson
0f579e18b3
Add googleplaybooks workload
2016-08-09 12:08:20 +01:00
John Richardson
51e4e71931
Upgrade Android API level from 17 to 18
...
Upgrade API level for BaseUiAutomation from 17 -> 18 and update
dependent workloads accordingly.
2016-07-26 10:30:15 +01:00
Sebastian Goscik
9707aa6237
Pylint fixes
...
Pylint now checks for trailing new lines, this commit fixes them.
2016-07-21 16:40:26 +01:00
Michele Di Giorgio
2dd3a2ba4d
camerarecord: add possibility to select slow_motion recording mode
...
Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com>
2016-07-13 16:40:39 +01:00