summaryrefslogtreecommitdiffstats
path: root/sbe/test
diff options
context:
space:
mode:
authorShakeeb <shakeebbk@in.ibm.com>2016-06-29 05:38:05 -0500
committerAMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>2016-07-08 07:18:21 -0400
commit194b57ceb15e9fc1a226256df0ba654336d40ccd (patch)
tree39eed1c6472aec7137d5102b59bba0e6f4783ea4 /sbe/test
parentd0f0c1a765df89c9db1c15dc0bf608f3ea0511d6 (diff)
downloadtalos-sbe-194b57ceb15e9fc1a226256df0ba654336d40ccd.tar.gz
talos-sbe-194b57ceb15e9fc1a226256df0ba654336d40ccd.zip
SBE FFDC structure update
Change-Id: Ib42eedf20ba0784d92988949eaa9e657c7d2653f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26397 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
Diffstat (limited to 'sbe/test')
-rw-r--r--sbe/test/testCntlInstruction.py39
1 files changed, 30 insertions, 9 deletions
diff --git a/sbe/test/testCntlInstruction.py b/sbe/test/testCntlInstruction.py
index df0a9d46..76216a8b 100644
--- a/sbe/test/testCntlInstruction.py
+++ b/sbe/test/testCntlInstruction.py
@@ -1,3 +1,27 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: sbe/test/testCntlInstruction.py $
+#
+# OpenPOWER sbe Project
+#
+# Contributors Listed Below - COPYRIGHT 2016
+# [+] International Business Machines Corp.
+#
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# permissions and limitations under the License.
+#
+# IBM_PROLOG_END_TAG
import sys
sys.path.append("targets/p9_nimbus/sbeTest" )
import testUtil
@@ -232,24 +256,21 @@ INST_EXPDATA_ERR = [0xc0,0xde,0xa7,0x01,
STOP_INST_EXPDATA_ERR_WTH_FFDC = [0xc0,0xde,0xa7,0x01,
0x00,0xFE,0x00,0x0A,
- 0xFF,0xDC,0x00,0x03,
- 0x00,0x00,0x00,0x00,
+ 0xFF,0xDC,0x00,0x02,
0x00,0xCE,0xBC,0xB2,
- 0x00,0x00,0x00,0x06]
+ 0x00,0x00,0x00,0x05]
START_INST_EXPDATA_ERR_WTH_FFDC = [0xc0,0xde,0xa7,0x01,
0x00,0xFE,0x00,0x0A,
- 0xFF,0xDC,0x00,0x03,
- 0x00,0x00,0x00,0x00,
+ 0xFF,0xDC,0x00,0x02,
0x00,0x25,0x64,0xDB,
- 0x00,0x00,0x00,0x06]
+ 0x00,0x00,0x00,0x05]
STEP_INST_EXPDATA_ERR_WTH_FFDC = [0xc0,0xde,0xa7,0x01,
0x00,0xFE,0x00,0x0A,
- 0xFF,0xDC,0x00,0x03,
- 0x00,0x00,0x00,0x00,
+ 0xFF,0xDC,0x00,0x02,
0x00,0x0D,0x06,0x8E,
- 0x00,0x00,0x00,0x06]
+ 0x00,0x00,0x00,0x05]
# MAIN Test Run Starts Here...
#-------------------------------------------------
OpenPOWER on IntegriCloud