1
0
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:
Sergei Trofimov
2018-07-11 11:03:47 +01:00
committed by Marc Bonnici
parent b1a01f777f
commit a062a39f78
4 changed files with 14 additions and 0 deletions

View File

@@ -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: