summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/test
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2017-02-23 16:21:41 -0600
committerZane C. Shelley <zshelle@us.ibm.com>2017-03-07 15:37:26 -0500
commitb6865c106c7f825c1b4b48915ba291400fde64f6 (patch)
treef742ce663b66d9e3d77ac6350a329c0fb0f3140b /src/usr/diag/prdf/test
parent3ea9bd9bf1effe6b5b45938d08ec7975e62b693a (diff)
downloadtalos-hostboot-b6865c106c7f825c1b4b48915ba291400fde64f6.tar.gz
talos-hostboot-b6865c106c7f825c1b4b48915ba291400fde64f6.zip
PRD: utilized PRD callout priority enums
Change-Id: If7564b665d9ede86e5e3bbce0cda612b5857c8dc RTC: 137911 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37307 Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37601 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.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/diag/prdf/test/prdfTest_MfgSync.H b/src/usr/diag/prdf/test/prdfTest_MfgSync.H
index 0c0466432..26fc1e629 100755
--- a/src/usr/diag/prdf/test/prdfTest_MfgSync.H
+++ b/src/usr/diag/prdf/test/prdfTest_MfgSync.H
@@ -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 = HWAS::SRCI_PRIORITY_LOW;
+ l_pfaData.mruList[0].priority = MRU_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 = HWAS::SRCI_PRIORITY_LOW;
+ l_pfaData.mruList[i].priority = MRU_LOW;
}
l_err = getSimMfgSync().syncMfgTraceToFsp(&l_errSig, l_pfaData);
OpenPOWER on IntegriCloud