summaryrefslogtreecommitdiffstats
path: root/sbe/test/testIstepInvalid.py
diff options
context:
space:
mode:
authorRaja Das <rajadas2@in.ibm.com>2016-06-01 13:37:29 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-08-01 23:24:01 -0400
commita7dc5dec6488bc1eb77eb41e45b796d78de4d3c7 (patch)
tree23627925bb5c4fbffa9c030632535318fc80c92c /sbe/test/testIstepInvalid.py
parent0c9efe49586228ea608086b7768fc144ba0be2ab (diff)
downloadtalos-sbe-a7dc5dec6488bc1eb77eb41e45b796d78de4d3c7.tar.gz
talos-sbe-a7dc5dec6488bc1eb77eb41e45b796d78de4d3c7.zip
SBE State Machine Implementation
Change-Id: I480937871cc14025d46d562fa68700deb350b9ee RTC: 126146 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25262 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'sbe/test/testIstepInvalid.py')
-rwxr-xr-xsbe/test/testIstepInvalid.py26
1 files changed, 25 insertions, 1 deletions
diff --git a/sbe/test/testIstepInvalid.py b/sbe/test/testIstepInvalid.py
index 891ddecf..2d158a3a 100755
--- a/sbe/test/testIstepInvalid.py
+++ b/sbe/test/testIstepInvalid.py
@@ -1,3 +1,27 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: sbe/test/testIstepInvalid.py $
+#
+# OpenPOWER sbe Project
+#
+# Contributors Listed Below - COPYRIGHT 2015,2016
+# [+] International Business Machines Corp.
+#
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# permissions and limitations under the License.
+#
+# IBM_PROLOG_END_TAG
import sys
sys.path.append("targets/p9_nimbus/sbeTest" )
import testUtil
@@ -9,7 +33,7 @@ TESTDATA = [0,0,0,3,
0,0x02,0x00,0x1]
EXPDATA = [0xc0,0xde,0xa1,0x01,
- 0x0,0x2,0x0,0xa,
+ 0x00,0x02,0x00,0x0A,
0x00,0x0,0x0,0x03];
# MAIN Test Run Starts Here...
OpenPOWER on IntegriCloud