1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-05 18:31:12 +01:00
workload-automation/wa/utils
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
..
__init__.py WA3 Exsisting Code 2017-02-21 15:02:28 +00:00
android.py fw/ApkWorkload: Allow workloads to provide apk arguments 2023-04-29 17:54:41 -05:00
cpustates.py Pylint Fixes 2020-10-30 11:49:54 +00:00
diff.py pep8: Ignore line break before binary operator 2020-10-30 11:49:54 +00:00
doc.py utils/doc: Fix display of Falsey default parameters 2021-01-11 15:32:34 +00:00
exec_control.py util/exec_control: add once_per_attribute_value 2020-02-07 16:49:48 +00:00
formatter.py Update copyright headers. 2018-07-04 16:33:31 +01:00
log.py pep8: Ignore line break before binary operator 2020-10-30 11:49:54 +00:00
misc.py Mitigate CVE-2007-4995 2023-04-29 17:35:54 -05:00
postgres.py utils/postgres: Fix formatting 2019-07-19 16:36:11 +01:00
revent.py pep8: Ignore line break before binary operator 2020-10-30 11:49:54 +00:00
serializer.py pep8: Ignore line break before binary operator 2020-10-30 11:49:54 +00:00
terminalsize.py Pylint Fixes 2020-10-30 11:49:54 +00:00
trace_cmd.py utils/trace_cmd: update for Python 3 2020-01-10 13:31:30 +00:00
types.py Pylint Fixes 2020-10-30 11:49:54 +00:00