summaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
authorspashabk-in <shakeebbk@in.ibm.com>2018-03-06 04:36:02 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2018-03-21 01:56:04 -0400
commit34e4e8a29c90fa5f6a5ddbe704efcc0beecafa83 (patch)
tree7d8ca016dbb79cd4b778fed566bb4487bc0326cc /src/test
parent5c0363924c7d710146155b3354b236012372dd24 (diff)
downloadtalos-sbe-34e4e8a29c90fa5f6a5ddbe704efcc0beecafa83.tar.gz
talos-sbe-34e4e8a29c90fa5f6a5ddbe704efcc0beecafa83.zip
Restructure capabilites structure
Separate common parts from interface specific features Change-Id: I06f81b891a47ca503c08af77ff55193ac81bc1d1 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55096 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/test')
-rwxr-xr-xsrc/test/testcases/testGetCapabilities.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/testcases/testGetCapabilities.py b/src/test/testcases/testGetCapabilities.py
index 3cc21027..cffff709 100755
--- a/src/test/testcases/testGetCapabilities.py
+++ b/src/test/testcases/testGetCapabilities.py
@@ -5,7 +5,7 @@
#
# OpenPOWER sbe Project
#
-# Contributors Listed Below - COPYRIGHT 2015,2017
+# Contributors Listed Below - COPYRIGHT 2015,2018
# [+] International Business Machines Corp.
#
#
@@ -50,6 +50,8 @@ EXPDATA2 = [0xa4,0x0,0x0,0x0f, #GetMemPba/PutMemPba/GetSramOcc/PutSramOcc
EXPDATA3 = [0xa8,0x0,0x0,0x13, #getcapability/getSbeFFDC/quiesce
0x0,0x0,0x0,0x0,
+ 0, 0, 0, 0, #MPIPL related
+ 0, 0, 0, 0,
0xc0,0xde,0xa8,0x02,
0x0,0x0,0x0,0x0,
0x00,0x0,0x0,0x3];
OpenPOWER on IntegriCloud