summaryrefslogtreecommitdiffstats
path: root/sbe/test/testIstepSuccess.py
diff options
context:
space:
mode:
Diffstat (limited to 'sbe/test/testIstepSuccess.py')
-rwxr-xr-xsbe/test/testIstepSuccess.py34
1 files changed, 0 insertions, 34 deletions
diff --git a/sbe/test/testIstepSuccess.py b/sbe/test/testIstepSuccess.py
deleted file mode 100755
index 8c42a504..00000000
--- a/sbe/test/testIstepSuccess.py
+++ /dev/null
@@ -1,34 +0,0 @@
-import sys
-sys.path.append("targets/p9_nimbus/sbeTest" )
-import testUtil
-err = False
-#from testWrite import *
-
-TESTDATA = [0,0,0,3,
- 0,0,0xA1,0x01,
- 0,0x02,0x00,0x2]
-
-EXPDATA = [0xc0,0xde,0xa1,0x01,
- 0x0,0x0,0x0,0x0,
- 0x00,0x0,0x0,0x03];
-
-# MAIN Test Run Starts Here...
-#-------------------------------------------------
-def main( ):
- testUtil.runCycles( 10000000 )
- testUtil.writeUsFifo( TESTDATA )
- testUtil.writeEot( )
- testUtil.readDsFifo( EXPDATA )
- testUtil.readEot( )
-#-------------------------------------------------
-# Calling all test code
-#-------------------------------------------------
-main()
-
-if err:
- print ("\nTest Suite completed with error(s)")
- #sys.exit(1)
-else:
- print ("\nTest Suite completed with no errors")
- #sys.exit(0);
-
OpenPOWER on IntegriCloud