1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-03-19 17:18:45 +00:00

13 Commits

Author SHA1 Message Date
John Richardson
13df3cff90 Add workload validate step to check dependencies
Check that dependent files for the workload are present in the
dependencies folder before starting the workload. Move cleanup of
dependent files to finalize method.
2016-05-26 10:25:37 +01:00
jimboatarm
b924b200c3 Merge pull request #26 from jimboatarm/UXPERF-61
Add version information to workloads
2016-05-25 17:32:49 +01:00
jimboatarm
9571571e4a Merge pull request #25 from jimboatarm/UXPERF-59
Add an internet connection check to all performance workloads
2016-05-25 17:22:22 +01:00
John Richardson
173d5a7dd6 Add version information to workloads
Add a __version__ parameter to __init__.py for all workloads. The
version number has three components major.minor.patch.

major: completely new interpretation of the test
       (incompatible with previous test)

minor: breaks compatibility with previous test
       (outputted results, dependencies, etc)

patch: code change with no impact on any dependencies
2016-05-20 15:22:49 +01:00
John Richardson
46fb7614cf Add an internet connection check to all performance workloads
Throw a DeviceError exception if no wifi connection has been made
during the initialization step of the current workload.
2016-05-19 14:10:20 +01:00
John Richardson
4aee83abb7 Update add_metric calls to include units for performance timings 2016-05-19 11:13:45 +01:00
James Hartley
c4bf3c59de Update descriptions for all productivity workloads
Adopt a standard format so that reports can be generated using text directly from these sections of code.
2016-05-16 16:15:37 +01:00
muendelezaji
ac437fd18c Copyright notice update
- Add Copyright notice to Java & Python workload templates
- Add Copyright notices to recent workloads
2016-05-13 11:11:11 +01:00
John Richardson
118112a9fc Move file management logic to per worload run
Move file management steps to initialize and finalize methods instead of
setup and teardown. These steps should be performed per run instead of
per iteration. Affected workloads: gmail, googlephotos.
2016-05-12 13:00:01 +01:00
James Hartley
d77b29165f Fixes for Reader/Gmail/Photos
Check in missing UiAutomation .class files
Fix generation and deletion of dump sys logs including renaming to a standard [test tag]_[test number].log format
Improved Reader to run across a range of devices with subtlety different layouts and views
2016-05-05 11:21:31 +01:00
James Hartley
091e1054ab Fix Gmail workload to run across more devices
Changes to deal with subtle differences in layouts between tablets and handsets.
Stop pushing files to he Camera directory for test purposes.
2016-05-03 18:14:59 +01:00
James Hartley
73a54103e1 Update Gmail workload to attached images to sample email
Adds 5 image files to the email before sending.
2016-04-28 21:36:05 +01:00
James Hartley
cc2280a317 Gmail productivity workload
A new workload to perform standard productivity tasks within Gmail.  Each user event/step is timed and reported back as a metric.
2016-04-28 13:03:03 +01:00