summaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
authorspashabk-in <shakeebbk@in.ibm.com>2016-11-16 02:12:30 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2016-11-16 04:11:46 -0500
commit7902e02c169917688300b23dbc8bd63a3669513d (patch)
treec4b08fb3c5c3ef620f023b3799311aba2e6d6376 /src/test
parent159eab55300ac5df773739cd4c4cfed3c3098a8a (diff)
downloadtalos-sbe-7902e02c169917688300b23dbc8bd63a3669513d.tar.gz
talos-sbe-7902e02c169917688300b23dbc8bd63a3669513d.zip
autoIstep MPIPL steps addition
Change-Id: I782470817190a069cedca64b664600a52263485a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32699 Tested-by: Jenkins Server <pfd-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/testIstepAuto.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/test/testcases/testIstepAuto.py b/src/test/testcases/testIstepAuto.py
index 367dd113..c4bdfc7d 100755
--- a/src/test/testcases/testIstepAuto.py
+++ b/src/test/testcases/testIstepAuto.py
@@ -31,14 +31,14 @@ testUtil = imp.load_source("testUtil", os.environ['SBE_TOOLS_PATH'] + "/testUtil
EXPDATA = [0xc0,0xde,0xa1,0x01,
0x0,0x0,0x0,0x0,
0x00,0x0,0x0,0x03];
-gIstepArray = [
- [0, 0], #istep 0 --> invalid
- [0, 0], #istep 1 --> invalid
- [2, 17],#istep 2.2 to 2.17
- [1, 22],#istep 3.1 to 3.22
- [1, 34],#istep 4.1 to 4.34
- [1, 2] #istep 5.1 to 5.2
- ]
+gIstepArray = {
+ 2:[2, 17],#istep 2.2 to 2.17
+ 3:[1, 22],#istep 3.1 to 3.22
+ 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
+ }
# MAIN Test Run Starts Here...
#-------------------------------------------------
def sbe_istep_func( inum1, inum2):
OpenPOWER on IntegriCloud