1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-03-20 17:48:44 +00:00

11 Commits

Author SHA1 Message Date
jimboatarm
c7e160e1e3 Merge pull request #61 from jimboatarm/issue_58
Add a template agenda for each workload
2016-06-06 17:51:39 +01:00
John Richardson
4cbd27f4f8 Add a template agenda for each workload 2016-06-06 11:06:40 +01:00
John Richardson
69db2f2f41 Add network connectivity check
Add a more general check that pings a network host rather than checking
the status of dumpsys wifi. This is because not all devices are
connected via wifi.
2016-06-02 12:45:30 +01:00
James Hartley
3a4ae9f7b2 Remove wifi check temporarily to testing on non-wifi connected devices 2016-06-02 11:08:23 +01:00
John Richardson
52104ba0cf Fixes for multiapp on latest version of apks 2016-06-01 16:54:09 +01:00
John Richardson
801027661f Minor refactoring of uxperf workloads
Delete saved images during teardown of googlephotos workload.  Refactor
selectPhoto helper method in googlephotos and add pause in Multiapp
workload for stability. Includes minor fixes.
2016-05-31 13:19:52 +01:00
muendelezaji
6c4a7e75f6 Update base class & rebuild workloads 2016-05-27 15:39:54 +01:00
John Richardson
e3711a764f Add logic to dumpsys helpers to discover present view
Add intelligence to helper method in UxPerfUiAutomation class to query
the present view during the method call rather than passing this in
explicitly as a parameter.

Fix confirmAccess method to first test for the existence of a
confirmation object before waiting on timeout.
2016-05-26 09:29:47 +01:00
John Richardson
7efdccf5c9 Add units to metrics and move pauseForSplashScreen 2016-05-20 14:24:25 +01:00
John Richardson
b6edd0627b Remove redundant logging from Multiapp Workload
Remove duplicate logging that is already captured in the standalone
workloads for Gmail and Skype. Expand comment for tagPhoto method in
Gmail workload.
2016-05-20 09:29:43 +01:00
John Richardson
2532f36a62 Add Multiapp workload
A new workload for testing context switching between applications.
Uses googlephotos as the producer workload and gmail and skype as
the consumer workloads.
2016-05-17 14:52:43 +01:00