1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
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
..
commands RunCommand: WA no longer runs with no workloads specs 2016-04-19 16:32:53 +01:00
common ApkWorkload: report correct apk verison on failed install 2016-04-19 16:33:37 +01:00
core boostrap: nicer error messages on config parasing. 2016-04-14 16:18:31 +01:00
devices Removing hard-coded abi from generic_linux devices 2016-02-02 09:29:22 +00:00
external revent: Added record and replay commands 2016-01-22 10:40:03 +00:00
instrumentation Merge pull request #138 from mcgeagh/fps-allviews 2016-04-14 13:57:28 +01:00
modules cpufreq: minor fixes 2016-02-04 15:42:35 +00:00
resource_getters Fixing assets discovery. 2016-01-22 12:19:31 +00:00
result_processors CpuUtilisationTimeline added. This now will generate cpu utilisation based on frequencies and a number of samples 2016-04-14 14:03:28 +01:00
tests Parameter: Fixed overriding of new parameters 2016-02-04 15:36:47 +00:00
tools Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
utils CpuUtilisationTimeline added. This now will generate cpu utilisation based on frequencies and a number of samples 2016-04-14 14:03:28 +01:00
workloads glbcorp: pep8 fix 2016-04-15 16:39:24 +01:00
__init__.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
agenda-example-biglittle.yaml Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
agenda-example-tutorial.yaml Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
config_example.py Fixing typo in config_example.py 2015-07-02 12:17:19 +01:00
exceptions.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00