summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor/test/pnorrptest.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/pnor/test/pnorrptest.H')
-rw-r--r--src/usr/pnor/test/pnorrptest.H10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/usr/pnor/test/pnorrptest.H b/src/usr/pnor/test/pnorrptest.H
index 5108840f5..9d9dd95c1 100644
--- a/src/usr/pnor/test/pnorrptest.H
+++ b/src/usr/pnor/test/pnorrptest.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2018 */
+/* Contributors Listed Below - COPYRIGHT 2011,2019 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -90,6 +90,14 @@ class PnorRpTest : public CxxTest::TestSuite
continue;
}
+ if(( testSections[idx] == PNOR::DIMM_JEDEC_VPD ) &&
+ ( TARGETING::MODEL_AXONE ==
+ TARGETING::targetService().getProcessorModel() ))
+ {
+ TRACFCOMP(g_trac_pnor, "PnorRpTest::test_sectionInfo> Skipping non-existent DIMM_JEDEC_VPD section for Axone");
+ continue;
+ }
+
total++;
errhdl = PNOR::getSectionInfo( testSections[idx], info );
OpenPOWER on IntegriCloud