Skip to content

Commit

Permalink
PRD: Fix OMIC action reg 32 per day thresholds
Browse files Browse the repository at this point in the history
Change-Id: I3cbeec701dc905966f65822f7ee93b0d8acfc214
CQ: SW492186
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/97018
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Benjamen G Tyner <ben.tyner@ibm.com>
Reviewed-by: Zane C Shelley <zshelle@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/97183
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
  • Loading branch information
cnpalmer authored and zane131 committed May 19, 2020
1 parent 7e11c47 commit 83aadca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/usr/diag/prdf/common/plat/axone/axone_omic_actions.rule
Expand Up @@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
# Contributors Listed Below - COPYRIGHT 2018,2019
# Contributors Listed Below - COPYRIGHT 2018,2020
# [+] International Business Machines Corp.
#
#
Expand Down Expand Up @@ -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;
};

################################################################################
Expand Down

0 comments on commit 83aadca

Please sign in to comment.