mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 19:32:34 +01:00
fw/config: add installed aug configs to run config
Track configuration used for installed augmentations inside RunConfig.
This commit is contained in:
committed by
Marc Bonnici
parent
b1a01f777f
commit
a062a39f78
@@ -60,6 +60,7 @@ class ProcessorManager(object):
|
||||
self.logger.debug('Installing {}'.format(processor.name))
|
||||
processor.logger.context = context
|
||||
self.processors.append(processor)
|
||||
context.add_augmentation(processor)
|
||||
|
||||
def disable_all(self):
|
||||
for output_processor in self.processors:
|
||||
|
Reference in New Issue
Block a user