summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-03-13 10:46:58 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-03-14 08:27:01 -0500
commit9145082bb0ca4a8788765a8d11f1694cbd63f9ca (patch)
tree93dc1ae2dc9b7d4ed82f33aed89d976881b948ac /src
parent10784ce5d02bd321ad576f11d48fa42972a3e468 (diff)
downloadtalos-hostboot-9145082bb0ca4a8788765a8d11f1694cbd63f9ca.tar.gz
talos-hostboot-9145082bb0ca4a8788765a8d11f1694cbd63f9ca.zip
Disable OCMB mmio communication tests until MMIO works
We want to start running Axone in CI and this is blocking ,disable for now. Change-Id: Iadf61be5a4c8e61e659848c7be74080d88cf131d Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/73249 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@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')
-rw-r--r--src/usr/expaccess/runtime/test/makefile3
-rw-r--r--src/usr/expaccess/test/makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/expaccess/runtime/test/makefile b/src/usr/expaccess/runtime/test/makefile
index addcbd5e7..442fc0953 100644
--- a/src/usr/expaccess/runtime/test/makefile
+++ b/src/usr/expaccess/runtime/test/makefile
@@ -30,7 +30,8 @@ MODULE = testexpaccess_rt
include ../../test/test.mk
-TESTS = ../../test/*.H
+#TODO RTC:196806 re-enable mmio communication tests when mmio works
+TESTS = ../../test/expscomtest.H
include ${ROOTPATH}/config.mk
diff --git a/src/usr/expaccess/test/makefile b/src/usr/expaccess/test/makefile
index 8f8fb86fc..461a908c8 100644
--- a/src/usr/expaccess/test/makefile
+++ b/src/usr/expaccess/test/makefile
@@ -28,6 +28,7 @@ MODULE = testexpaccess
include test.mk
-TESTS = *.H
+#TODO RTC:196806 re-enable mmio communication tests when mmio works
+TESTS = expscomtest.H
include ${ROOTPATH}/config.mk \ No newline at end of file
OpenPOWER on IntegriCloud