Sergei Trofimov
42bae98d50
fw/instrument: remove commented code
...
Remove the commented out mappings from WA2.
2018-05-29 11:56:39 +01:00
Sergei Trofimov
673b61342d
fw/instrument: add mappings for job/run signals
...
Add missing mappings for job and run signals.
2018-05-29 11:56:39 +01:00
Sergei Trofimov
e90b12e984
fw/instrument: add job output mappings
...
Add method name mappings for JOB_OUTPUT_PROCESSED signals.
2018-05-29 11:56:39 +01:00
Sergei Trofimov
43d047eeb5
fw: implement reboot signals
...
- Wire up reboot signals via the TargetManager
- Add instrument mappings for the same.
2018-05-29 11:56:39 +01:00
Sergei Trofimov
9f36d543e1
fw/instrument: Add log signal maps
...
Add method name mappings for ERROR_LOGGED and WARNING_LOGGED signals.
2018-05-29 11:56:39 +01:00
Sergei Trofimov
573c6abcb5
fw/signal: add job signals
...
Add matched signals for before-after job execution. These are the
equivalent of "spec" signals in WA2.
2018-05-29 11:56:39 +01:00
Marc Bonnici
dc41af1f3f
framework/tm: Ensure RebootPolicy is respected with unresponsive target
...
Expose the RebootPolicy as an attribute of the ExectionContext and ensure
that that the target is not automatically rebooted if the reboot
policy is set to "Never".
2018-05-23 10:14:34 +01:00
Sergei Trofimov
6fe31d6cad
fw/execution: Handle unresponsive targets
...
If a target error occurs, check whether the target is unresponsive. If
it is, attempt to hard reset it if possible, or gracefully terminate
execution if not.
2018-03-08 11:18:12 +00:00
Sergei Trofimov
12a33c8aeb
framework: move instruments -> instrument
...
Use the singular to be consistent with other modules in wa.framework.
2018-02-22 08:41:04 +00:00