summaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
authorRaja Das <rajadas2@in.ibm.com>2017-01-13 00:14:55 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2017-02-03 08:39:18 -0500
commit8079ff5b9c6ced7c47190d5f17c86a6fdca2c7aa (patch)
tree430f896d42c2451a3a2674fe5df20466adee8a39 /src/test
parent905dad6aa648f7a3dcb8e2f2591eb09bc36e99a7 (diff)
downloadtalos-sbe-8079ff5b9c6ced7c47190d5f17c86a6fdca2c7aa.tar.gz
talos-sbe-8079ff5b9c6ced7c47190d5f17c86a6fdca2c7aa.zip
StopClock Isteps in SBE (Debug usecase in MPIPL)
Change-Id: I2eab07b70d021294bb938a2c8aabd9b81641d212 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34817 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com>
Diffstat (limited to 'src/test')
-rwxr-xr-xsrc/test/testcases/testIstepAuto.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/testcases/testIstepAuto.py b/src/test/testcases/testIstepAuto.py
index c4bdfc7d..31eba163 100755
--- a/src/test/testcases/testIstepAuto.py
+++ b/src/test/testcases/testIstepAuto.py
@@ -5,7 +5,7 @@
#
# OpenPOWER sbe Project
#
-# Contributors Listed Below - COPYRIGHT 2016
+# Contributors Listed Below - COPYRIGHT 2016,2017
# [+] International Business Machines Corp.
#
#
@@ -37,7 +37,8 @@ gIstepArray = {
4:[1, 34],#istep 4.1 to 4.34
5:[1, 2], #istep 5.1 to 5.2
96:[1, 8],#istep 96.1 to 96.8
- 97:[1, 3] #istep 97.1 to 97.3
+ 97:[1, 3],#istep 97.1 to 97.3
+ 98:[1, 1] #istep 98.1 to 98.1
}
# MAIN Test Run Starts Here...
#-------------------------------------------------
OpenPOWER on IntegriCloud