mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-04 12:22:41 +01:00
fw: implement reboot signals
- Wire up reboot signals via the TargetManager - Add instrument mappings for the same.
This commit is contained in:
committed by
Marc Bonnici
parent
3a6fcd688e
commit
43d047eeb5
@@ -74,6 +74,10 @@ class TargetManager(object):
|
||||
def get_target_info(self):
|
||||
return get_target_info(self.target)
|
||||
|
||||
def reboot(self):
|
||||
with signal.wrap('REBOOT'):
|
||||
self.target.reboot()
|
||||
|
||||
def merge_runtime_parameters(self, parameters):
|
||||
return self.rpm.merge_runtime_parameters(parameters)
|
||||
|
||||
|
Reference in New Issue
Block a user