summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/test
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2017-02-28 14:19:06 -0600
committerZane C. Shelley <zshelle@us.ibm.com>2017-03-07 15:37:07 -0500
commit24fea601c0c2b04093572a2975b39635429f8dfb (patch)
treefdc0567b025580c6bed6eac9c9798e8c58271b07 /src/usr/diag/prdf/test
parentee4114d07ab6b5068ad3ed802ec357d0bcc0c5b2 (diff)
downloadtalos-hostboot-24fea601c0c2b04093572a2975b39635429f8dfb.tar.gz
talos-hostboot-24fea601c0c2b04093572a2975b39635429f8dfb.zip
PRD: use common HWAS EPUB procedures and SRCI priorities
Change-Id: I34d958dad4a459182143861b0551ac682ef1fbb0 RTC: 137911 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37305 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37599 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/test')
-rwxr-xr-xsrc/usr/diag/prdf/test/prdfTest_MfgSync.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/diag/prdf/test/prdfTest_MfgSync.H b/src/usr/diag/prdf/test/prdfTest_MfgSync.H
index 62961c1ed..0c0466432 100755
--- a/src/usr/diag/prdf/test/prdfTest_MfgSync.H
+++ b/src/usr/diag/prdf/test/prdfTest_MfgSync.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014,2015 */
+/* Contributors Listed Below - COPYRIGHT 2014,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -72,7 +72,7 @@ class PrdfTest_MfgSync: public CxxTest::TestSuite
l_pfaData.mruList[0].callout = 0;
l_pfaData.mruList[0].type = PRDcalloutData::TYPE_TARGET;
- l_pfaData.mruList[0].priority = SRCI_PRIORITY_LOW;
+ l_pfaData.mruList[0].priority = HWAS::SRCI_PRIORITY_LOW;
// Test 1: Test with mailbox status disabled
getSimMfgSync().setMailBoxStatus(false);
@@ -109,7 +109,7 @@ class PrdfTest_MfgSync: public CxxTest::TestSuite
{
l_pfaData.mruList[i].callout = 0;
l_pfaData.mruList[i].type = PRDcalloutData::TYPE_TARGET;
- l_pfaData.mruList[i].priority = SRCI_PRIORITY_LOW;
+ l_pfaData.mruList[i].priority = HWAS::SRCI_PRIORITY_LOW;
}
l_err = getSimMfgSync().syncMfgTraceToFsp(&l_errSig, l_pfaData);
OpenPOWER on IntegriCloud