summaryrefslogtreecommitdiffstats
path: root/src/usr/scom
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-03-07 16:47:54 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-03-08 11:09:21 -0500
commit32763e4a55b622e1e4d7d9eac0dad19f461f7099 (patch)
tree35095b0ff610d0d65ef3135577358f10b884572e /src/usr/scom
parent3649bde4de6125d79a5fa92a117d242128892340 (diff)
downloadtalos-hostboot-32763e4a55b622e1e4d7d9eac0dad19f461f7099.tar.gz
talos-hostboot-32763e4a55b622e1e4d7d9eac0dad19f461f7099.zip
Disable Bad Ex Address for now
A mirror is breaking this test for now. Need to come back and look at this test later when we have time. Dan said just to turn it off for now. Change-Id: Iad500c035a6a4863971bf912ab925f45ee573cfe RTC: 149140 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21780 Tested-by: Jenkins Server Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Matt Derksen <v2cibmd@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/scom')
-rw-r--r--src/usr/scom/test/scomtest.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/scom/test/scomtest.H b/src/usr/scom/test/scomtest.H
index 37e4797c8..936390b40 100644
--- a/src/usr/scom/test/scomtest.H
+++ b/src/usr/scom/test/scomtest.H
@@ -800,7 +800,8 @@ public:
{ scom_targets[myEX0], 0x0FFFFFFF, 0x0FFFFFFF, true},
{ scom_targets[myEX1], 0x21000000, 0x23000000, false},
{ scom_targets[myEX1], 0x0FFFFFFF, 0x0FFFFFFF ,true},
- { scom_targets[myEX1], 0x10012400, 0x10012800, false},
+ //@TODO RTC:149140 RE-enable EX scom test address
+// { scom_targets[myEX1], 0x10012400, 0x10012800, false},
{ scom_targets[myCORE0], 0x20010A46, 0x20010A46, false},
{ scom_targets[myCORE0], 0x0FFFFFFF, 0x0FFFFFFF, true},
{ scom_targets[myCORE1], 0x20010A46, 0x21010A46, false},
OpenPOWER on IntegriCloud