summaryrefslogtreecommitdiffstats
path: root/src/usr/xscom/test/xscomtest.H
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-04-17 10:13:54 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-04-19 10:16:13 -0500
commit8112a619ebf4861f3f85226de3e8dfd79cc43a5f (patch)
tree8392c1c5133fa83fdacaa785a4e23d4ada976bab /src/usr/xscom/test/xscomtest.H
parentf8a7a5a564ec6a552b784eba7a0dd3615f65268c (diff)
downloadtalos-hostboot-8112a619ebf4861f3f85226de3e8dfd79cc43a5f.tar.gz
talos-hostboot-8112a619ebf4861f3f85226de3e8dfd79cc43a5f.zip
Run Axone simics all the way to completion by default
Prior to this commit we ended the IPL at istep 14.7 and ran the CXX test suite before shutting down. This commit will allow us to run through istep 21 like a standard IPL. Change-Id: Ifb567dc30e7ecbb31ed59889ff900411633844bf Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76098 Reviewed-by: Matthew Raybuck <matthew.raybuck@ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/xscom/test/xscomtest.H')
-rw-r--r--src/usr/xscom/test/xscomtest.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/xscom/test/xscomtest.H b/src/usr/xscom/test/xscomtest.H
index 2bb30ac12..a3d7076ce 100644
--- a/src/usr/xscom/test/xscomtest.H
+++ b/src/usr/xscom/test/xscomtest.H
@@ -404,7 +404,7 @@ public:
uint32_t l_num;
do {
-#ifdef CONFIG_EARLY_TESTCASES
+#if defined(CONFIG_EARLY_TESTCASES) || defined(CONFIG_AXONE_BRING_UP)
TS_TRACE("testXscom4: Skipping test, multicast groups not setup yet");
break;
#endif
OpenPOWER on IntegriCloud