1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/wa/framework/target
Sergei Trofimov 2f99137ad5 fw/target: fix signals reboot on unresponsive
- Add "hard" parameter to TargetManager's reboot().
- Pass in context to TargetManager's reboot() and
  verify_target_responsive() -- this is needed for signal dispatch.
- Call self.reboot() instead of self.target.reboot() when attempting a
  reset for unresponsive targets inside TargetManager, in order to
  ensure that appropriate signals are dispatched.
2018-06-12 16:07:53 +01:00
..
__init__.py New target description + moving target stuff under "framework" 2017-03-06 11:10:25 +00:00
assistant.py target/chromeosassistant: Fix missing disable_selinux parameter 2018-03-29 16:22:21 +01:00
config.py New target description + moving target stuff under "framework" 2017-03-06 11:10:25 +00:00
descriptor.py Add support for Python 3 2018-06-07 14:48:40 +01:00
info.py Add support for Python 3 2018-06-07 14:48:40 +01:00
manager.py fw/target: fix signals reboot on unresponsive 2018-06-12 16:07:53 +01:00
runtime_config.py Add support for Python 3 2018-06-07 14:48:40 +01:00
runtime_parameter_manager.py Add support for Python 3 2018-06-07 14:48:40 +01:00