1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-02 11:22:41 +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

@@ -345,6 +345,7 @@ def install(instrument, context):
instrument.logger.context = context
installed.append(instrument)
context.add_augmentation(instrument)
def uninstall(instrument):