summaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
authorspashabk-in <shakeebbk@in.ibm.com>2017-06-23 01:48:59 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2017-06-30 12:18:41 -0400
commitd9b5ac11981194f9b3eeb850e853762bdee5e739 (patch)
treeba8727809a3ba4c987396b093c86c52084186038 /src/test
parentec4e890770270ff25f2b29c4338ba1b5eade5e84 (diff)
downloadtalos-sbe-d9b5ac11981194f9b3eeb850e853762bdee5e739.tar.gz
talos-sbe-d9b5ac11981194f9b3eeb850e853762bdee5e739.zip
Install DD2 only changes and support DD2 attrdump
Get 'make install_DD2' working without making DD1 before hand cmvc-prereq:1027517 Change-Id: I5b64759bc3ffbe5ca16d677e28cb8f4433f4e700 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42345 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
Diffstat (limited to 'src/test')
-rw-r--r--src/test/testcases/testSbeDump.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/testcases/testSbeDump.py b/src/test/testcases/testSbeDump.py
index 180795f6..01ae81a7 100644
--- a/src/test/testcases/testSbeDump.py
+++ b/src/test/testcases/testSbeDump.py
@@ -76,6 +76,10 @@ def main():
print ("\ncommitID = " + str(hex(commitID)))
data = testUtil.readDsEntryReturnVal()
+ ddLevel = ((data[0] << 24) | (data[1] << 16) | (data[2] << 8) | data[3])
+ print ("\nddLevel = " + str(hex(ddLevel)))
+
+ data = testUtil.readDsEntryReturnVal()
header = ((data[0] << 24) | (data[1] << 16) | (data[2] << 8) | data[3])
print ("\nHeader = " + str(hex(header)))
OpenPOWER on IntegriCloud