1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-03-21 10:09:02 +00:00

configuration/core: Remove unnecessary config point

`Augmentations` configuration point should be used instead of `output_processors`
entry which is already specified elsewhere.
This commit is contained in:
Marc Bonnici 2018-02-13 15:05:16 +00:00 committed by setrofim
parent 965f8e2218
commit 1ec1bd14a5

View File

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