From 1ec1bd14a5540b736a7775a57160d13c7c8e562d Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Tue, 13 Feb 2018 15:05:16 +0000 Subject: [PATCH] configuration/core: Remove unnecessary config point `Augmentations` configuration point should be used instead of `output_processors` entry which is already specified elsewhere. --- wa/framework/configuration/core.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/wa/framework/configuration/core.py b/wa/framework/configuration/core.py index 9271eea6..55c5f98d 100644 --- a/wa/framework/configuration/core.py +++ b/wa/framework/configuration/core.py @@ -806,17 +806,6 @@ class RunConfiguration(Configuration): failed, but continue attempting to run others. ''' ), - ConfigurationPoint( - 'output_processors', - kind=toggle_set, - default=['csv', 'status'], - description=''' - The list of output processors to be used for this run. Output processors - post-process data generated by workloads and instruments, e.g. to - generate additional reports, format the output in a certain way, or - export the output to an exeternal location. - ''', - ), ConfigurationPoint( 'allow_phone_home', kind=bool, default=True,