1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-31 10:11:17 +00:00

fw/instrument: add job output mappings

Add method name mappings for JOB_OUTPUT_PROCESSED signals.
This commit is contained in:
Sergei Trofimov 2018-05-29 09:55:52 +01:00 committed by Marc Bonnici
parent b593b7ed59
commit e90b12e984

View File

@ -134,6 +134,9 @@ SIGNAL_MAP = OrderedDict([
('before_job', signal.BEFORE_JOB),
('on_successful_job', signal.SUCCESSFUL_JOB),
('after_job', signal.AFTER_JOB),
('before_processing_job_output', signal.BEFORE_JOB_OUTPUT_PROCESSED),
('on_successfully_processing_job', signal.SUCCESSFUL_JOB_OUTPUT_PROCESSED),
('after_processing_job_output', signal.AFTER_JOB_OUTPUT_PROCESSED),
('before_reboot', signal.BEFORE_REBOOT),
('on_successful_reboot', signal.SUCCESSFUL_REBOOT),