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/target
Sergei Trofimov 10f79c37c2 fw/target/descriptor: add usability functions
- Add SimpleTargetDescriptor that simply returns a global list of target
  descriptions.
- Add create_target_description function to populate that list with a
  description crated from the specified components.
- Add add_description_for_target helper function to create a description
  for the specified target class, and specified components. For
  components that are not explicitly specified, attempt to guess
  sensible defaults based on the target class' bases.
2018-03-08 11:18:12 +00:00
..
__init__.py New target description + moving target stuff under "framework" 2017-03-06 11:10:25 +00:00
assistant.py framwork/target: parameterize disabling of SELinux 2018-02-22 11:20:35 +00:00
config.py New target description + moving target stuff under "framework" 2017-03-06 11:10:25 +00:00
descriptor.py fw/target/descriptor: add usability functions 2018-03-08 11:18:12 +00:00
info.py framework/target: fix TargetInfo deserialization 2017-12-13 15:55:38 +00:00
manager.py fw/execution: Handle unresponsive targets 2018-03-08 11:18:12 +00:00
runtime_config.py framework/rt_config: Add support for chromeos for some AndroidRTConfig 2018-01-25 06:32:37 +00:00
runtime_parameter_manager.py framework/target: fix caseless runtime params 2018-01-11 11:04:25 +00:00