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/target
Sergei Trofimov 0032e347fe Implemeting target assistants
- Workload's update_result stage has now been broken up into two parts:
  extract_results and update_output. This is to allow the assistant to
  pull output from the target in between the two stages.
- Updated assistant implementations for Linux and Android targets from
  the exisiting code.
- Extended target descriptor code to handle assistants and their
  parameters as well.
- Updated  the target manager to actually make use of the assistants.
2017-03-29 09:53:27 +01:00
..
__init__.py New target description + moving target stuff under "framework" 2017-03-06 11:10:25 +00:00
assistant.py Implemeting target assistants 2017-03-29 09:53:27 +01:00
config.py New target description + moving target stuff under "framework" 2017-03-06 11:10:25 +00:00
descriptor.py Implemeting target assistants 2017-03-29 09:53:27 +01:00
info.py Revert "New target description + moving target stuff under "framework"" 2017-03-15 17:16:59 +00:00
manager.py Implemeting target assistants 2017-03-29 09:53:27 +01:00
runtime_config.py Integerated new target stuff into execution so far 2017-03-07 15:17:23 +00:00