1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-08-13 17:49:55 +01:00
Files
dev_scripts
doc
extras
scripts
wlauto
commands
common
core
devices
external
instrumentation
modules
resource_getters
result_processors
tests
tools
utils
workloads
__init__.py
agenda-example-biglittle.yaml
agenda-example-tutorial.yaml
config_example.py
exceptions.py
.gitignore
LICENSE
MANIFEST.in
README.rst
setup.py
workload-automation/wlauto
Sergei Trofimov 8bc71bb810 ApkWorkload: report correct apk verison on failed install
It's possible that there is already a version of an app on target that
differs form the version of the apk on the host. In such cases, WA will
usually try to uninstall the target version and install the host
version.

It's possible that the uninstall may fail. If that happens, it will be
reported as a warning but workload exectuion will proceed with the
target version. In this case, apk_version would have already been set to
that of the host apk. This change ensures that the APK version is
correctly set to the target version (the one that actually ran).
2016-04-19 16:33:37 +01:00
..
2016-02-04 15:42:35 +00:00
2016-01-22 12:19:31 +00:00
2016-04-15 16:39:24 +01:00