From 7b27cb262ac3a76f060c5978622eaecbdc5edbc0 Mon Sep 17 00:00:00 2001 From: Ionela Voinescu Date: Tue, 12 Dec 2017 11:13:45 +0000 Subject: [PATCH] config.yaml: add csv and status as default result processors These might or might not be set as default by workload-automation. Make sure they're selected by making them default in the LISA config. Signed-off-by: Ionela Voinescu --- tools/wa_user_directory/config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/wa_user_directory/config.yaml b/tools/wa_user_directory/config.yaml index a02f23070..7b9579c58 100644 --- a/tools/wa_user_directory/config.yaml +++ b/tools/wa_user_directory/config.yaml @@ -11,3 +11,6 @@ max_retries: 0 # If any of the workloads fail during the initialization phase, don't bail out # on the rest of the run bail_on_init_failure: false + +# Default result processors +result_processors: ['csv', 'status'] -- GitLab