From b5f9f27f2eacbfdf8bd165762d82b168c7d60dc0 Mon Sep 17 00:00:00 2001
From: Daniel van der Schuur <schuur@astron.nl>
Date: Tue, 13 Jun 2017 05:29:15 +0000
Subject: [PATCH] -Set default severity to ERROR instead of FAILURE as FAILURE
 is not detected  in regression test.

---
 libraries/base/dp/tb/vhdl/dp_statistics.vhd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/base/dp/tb/vhdl/dp_statistics.vhd b/libraries/base/dp/tb/vhdl/dp_statistics.vhd
index 795440ecca..26d81f2fca 100644
--- a/libraries/base/dp/tb/vhdl/dp_statistics.vhd
+++ b/libraries/base/dp/tb/vhdl/dp_statistics.vhd
@@ -58,7 +58,7 @@ END dp_statistics;
 
 ARCHITECTURE str OF dp_statistics IS
 
-  CONSTANT c_severity_level   : SEVERITY_LEVEL := sel_a_b(g_disable_failures, WARNING, FAILURE);
+  CONSTANT c_severity_level   : SEVERITY_LEVEL := sel_a_b(g_disable_failures, WARNING, ERROR);
 
   SIGNAL packet_count         : NATURAL := 0;
   SIGNAL valid_count          : NATURAL := 0;
-- 
GitLab