1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00
workload-automation/wlauto/utils
George Psimenos 01f2a5f412 Implemented visual state detection functionality for revent workloads
- Added statedetect.py in utils which is a standalone module that
    contains all the methods needed for state detection

  - Modified the setup() and run() methods of the GameWorkload class
    in common/android/workload.py to have a parameter that enables
    state checks and run the check after setup and run if requested.

State detection uses the template matching method available in
OpenCV to determine the state of the workload by detecting
predefined unique elements on a screenshot from the device.
2016-08-05 10:09:18 +01:00
..
__init__.py Pylint fixes 2016-07-21 16:40:26 +01:00
android.py LinuxDevice: error output for pull/push_file 2016-06-28 13:48:48 +01:00
cli.py Pylint fixes 2016-07-21 16:40:26 +01:00
cpuinfo.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
cros_sdk.py Pylint fixes 2016-07-21 16:40:26 +01:00
doc.py Pylint fixes 2016-07-21 16:40:26 +01:00
formatter.py pylint fixes 2015-06-29 11:34:49 +01:00
fps.py Move processing logic in fps instrument to utility file 2016-07-14 13:49:39 +01:00
hwmon.py hwmon: Fixed sensor naming 2016-05-10 09:27:42 +01:00
ipython.py ipython: switched to using LooseVersion for version checks. 2016-02-10 09:01:40 +00:00
log.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
misc.py LinuxDevice: error output for pull/push_file 2016-06-28 13:48:48 +01:00
netio.py Updated pylint for v1.5.1 2015-12-09 16:52:39 +00:00
power.py cpustates: Added the ability to configure how a missing start marker is handled. 2016-06-06 17:09:48 +01:00
revent.py utils/revent: Added revent recording parser 2016-07-19 16:48:13 +01:00
serial_port.py Pylint fixes 2016-07-21 16:40:26 +01:00
ssh.py LinuxDevice: error output for pull/push_file 2016-06-28 13:48:48 +01:00
statedetect.py Implemented visual state detection functionality for revent workloads 2016-08-05 10:09:18 +01:00
terminalsize.py Pylint fixes 2016-07-21 16:40:26 +01:00
trace_cmd.py Pylint fixes 2016-07-21 16:40:26 +01:00
types.py list_or_string: ensure that elements of a list are always strings 2016-05-26 16:05:43 +01:00
uboot.py uboot: Now detects the U-Boot version to use correct line endings 2016-05-04 11:54:29 +01:00
uefi.py Pylint fixes 2016-07-21 16:40:26 +01:00