1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00
workload-automation/wa/framework
Pierre-Clément Tosi 45af8c69b8 ApkWorkload: Support implicit activity path
If the activity field of an instance of ApkWorkload does not the '.'
character, it is assumed that it is in the Java namespace of the
application. This is similar to how activities can be referred to with
relative paths:
    com.domain.app/.activity
instead of
    com.domain.app/com.domain.app.activity
2019-05-24 17:47:35 +01:00
..
configuration fw/config/execution: Implement CombinedConfig as Podable 2018-12-07 08:46:12 +00:00
target fw/target/info: Bump target info version 2019-03-04 10:37:39 +00:00
uiauto fw/uiauto: Add method to baseclass to dismiss android version popup 2018-10-24 10:34:44 +01:00
__init__.py WA3 Exsisting Code 2017-02-21 15:02:28 +00:00
command.py framework: fix pylint issues 2018-07-06 14:39:41 +01:00
entrypoint.py fw/version: Introduce required version for devlib 2019-03-04 10:37:39 +00:00
exception.py I lint, therefore I am 2018-07-09 15:59:40 +01:00
execution.py fw/execution: Fix status being assigned as strings 2018-12-07 09:55:17 +00:00
getters.py framework: pep8 fixes 2018-07-06 14:39:41 +01:00
host.py fw: add cache subdir under $WA_USER_DIRECTORY 2018-07-13 15:53:01 +01:00
instrument.py fw/instrument: Fix compatibility with Python2 2018-09-05 15:44:48 +01:00
job.py framework: pep8 fixes 2018-07-06 14:39:41 +01:00
output_processor.py Expose context in OP initialize and finalize 2018-09-05 14:40:42 +01:00
output.py fw/output: Implement retriving "augmentations" for JobDatabaseOutputs 2019-03-18 15:26:19 +00:00
plugin.py framework: pep8 fixes 2018-07-06 14:39:41 +01:00
pluginloader.py framework: fix pylint issues 2018-07-06 14:39:41 +01:00
resource.py fw/resource: Fix attempting to match against empty values 2019-04-02 07:54:05 +01:00
run.py fw/run: Implement Run Structures as Podable 2018-12-07 08:46:12 +00:00
signal.py framework: pep8 fixes 2018-07-06 14:39:41 +01:00
version.py fw/version: Bump to development version 2019-03-04 15:50:13 +00:00
workload.py ApkWorkload: Support implicit activity path 2019-05-24 17:47:35 +01:00