From 83aadcace32835dbdcb798d0090158ef2c14ba2b Mon Sep 17 00:00:00 2001 From: Caleb Palmer Date: Thu, 14 May 2020 15:33:48 -0500 Subject: [PATCH] PRD: Fix OMIC action reg 32 per day thresholds Change-Id: I3cbeec701dc905966f65822f7ee93b0d8acfc214 CQ: SW492186 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/97018 Tested-by: Jenkins Server Reviewed-by: Benjamen G Tyner Reviewed-by: Zane C Shelley Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/97183 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins --- .../diag/prdf/common/plat/axone/axone_omic_actions.rule | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/usr/diag/prdf/common/plat/axone/axone_omic_actions.rule b/src/usr/diag/prdf/common/plat/axone/axone_omic_actions.rule index dbf563b4767..45086e7722e 100644 --- a/src/usr/diag/prdf/common/plat/axone/axone_omic_actions.rule +++ b/src/usr/diag/prdf/common/plat/axone/axone_omic_actions.rule @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2018,2019 +# Contributors Listed Below - COPYRIGHT 2018,2020 # [+] International Business Machines Corp. # # @@ -135,19 +135,19 @@ actionclass dl2_omi_bus_th_1 actionclass dl0_omi_bus_th_32perDay { dl0_omi_bus; - threshold1; + threshold32pday; }; actionclass dl1_omi_bus_th_32perDay { dl1_omi_bus; - threshold1; + threshold32pday; }; actionclass dl2_omi_bus_th_32perDay { dl2_omi_bus; - threshold1; + threshold32pday; }; ################################################################################