1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 02:41:11 +01:00
workload-automation/wa/framework
Marc Bonnici 36a909dda2 fw/ApkWorkload: Allow workloads to provide apk arguments
In some workloads it is beneficial to be able to provide arguments
when launching the required APK. Add a new `arpk_arguments` property
to allow a workload to provide a dict of parameter names and values
that should be used when launching the APK.

The python types of the parameters are used to determine the data
type provided to the APK. Currently supported types are string, bool,
int and float.
2023-04-29 17:54:41 -05:00
..
configuration fw/config: Fix RunConfiguration descriptions 2023-04-29 17:29:43 -05:00
target Load RuntimeConfig from plugins 2022-12-08 09:26:29 +00:00
uiauto Upgrade Gradle to 7.2 and Android Gradle plugin to 4.2. 2021-09-29 09:46:51 +01:00
__init__.py WA3 Exsisting Code 2017-02-21 15:02:28 +00:00
command.py pylint: Remove uneccessary pass statements 2020-10-30 11:49:54 +00:00
entrypoint.py fw/entrypoint: Fix devlib version check 2019-12-20 16:07:10 +00:00
exception.py pylint: Remove uneccessary pass statements 2020-10-30 11:49:54 +00:00
execution.py fw/config: Add additional run_completed reboot policy 2020-12-09 07:48:20 +00:00
getters.py fw/getters: Fix typo 2020-07-15 15:04:31 +01:00
host.py Pylint Fixes 2020-10-30 11:49:54 +00:00
instrument.py fw/instrument: derive Instrument from TargetedPlugin 2020-02-04 13:28:48 +00:00
job.py fw/job: Fix workload cache check 2021-02-01 18:00:34 +00:00
output_processor.py Expose context in OP initialize and finalize 2018-09-05 14:40:42 +01:00
output.py Mitigate CVE-2007-4995 2023-04-29 17:35:54 -05:00
plugin.py Pylint Fixes 2020-10-30 11:49:54 +00:00
pluginloader.py Pylint Fixes 2020-10-30 11:49:54 +00:00
resource.py Pylint Fixes 2020-10-30 11:49:54 +00:00
run.py framework: Have Job hold its own JobState 2020-07-14 17:31:38 +01:00
signal.py framework, tests: Correct signal disconnection 2020-07-14 17:31:38 +01:00
version.py version: Bump minor version number 2023-04-29 17:29:43 -05:00
workload.py fw/ApkWorkload: Allow workloads to provide apk arguments 2023-04-29 17:54:41 -05:00