summaryrefslogtreecommitdiffstats
path: root/src/test/testcases/testGetCapabilities.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/testcases/testGetCapabilities.py')
-rwxr-xr-xsrc/test/testcases/testGetCapabilities.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/testcases/testGetCapabilities.py b/src/test/testcases/testGetCapabilities.py
index b8760eea..a01975c2 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,2016
+# Contributors Listed Below - COPYRIGHT 2015,2017
# [+] International Business Machines Corp.
#
#
@@ -61,9 +61,9 @@ def main( ):
testUtil.runCycles( 10000000 )
testUtil.writeUsFifo( TESTDATA )
testUtil.writeEot( )
- # Ignore first two enteries ( major number, minor number
- # and fw version) as they will keep on changing
- testUtil.readDsEntry( 2 )
+ # Ignore first 7 enteries ( major number, minor number
+ # and fw version & tag) as they will keep on changing
+ testUtil.readDsEntry( 7 )
testUtil.readDsFifo( EXPDATA1 )
testUtil.readDsFifo( EXPDATA2 )
testUtil.readDsFifo( EXPDATA3 )
OpenPOWER on IntegriCloud