1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-22 10:31:12 +00:00

I7000: Added I7010 test cases.

This commit is contained in:
Richard Cornwell 2023-11-27 16:32:44 -05:00
parent a1407c0528
commit 36f363c825
4 changed files with 1829 additions and 0 deletions

1
I7000/tests/i7010/diag.bin Executable file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
~raw00004102404240224012400640002102204220222012200620001400110210421022101210060202010200420022001200065000440042004100404040204010400440024001300024002200210020402020201020042002200112021200110010401020101010041002100110000400020001000040002000100004000200010000410240424022401240064000210220422022201220062000140011021042

1765
I7000/tests/i7010/st02.txt Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,62 @@
cd %~p0
cd i7010
rm test.log
set noasync
set cpu 80k prot float pri
set console -n -q log=test.log
at mta0 -r -q -f p7b diag.bin
at mta1 -n -q t1.tp
at mta2 -n -q t2.tp
at mtb1 -n -q t3.tp
at mtb2 -n -q t4.tp
;set debug -n d.log
;set cpu hist=2000
;set cpu debug=detail;cmd;pri
;set mta debug=detail;cmd;exp;data
;set inq debug=exp;detail;data;cmd
;set lp debug=cmd;detail
;set ch debug=detail;channel;ch1;data;cmd
;set cdr debug=card;cmd;detail;data
;set cdp debug=card;cmd;detail;data
att lp -n -q diag.lst
expect "OPTION?" send "C0\r"; continue
bo mta0
cont
cont
cont
cont
echo "C022 Manual testing"
set mta0 rewind
reset
expect "OPTION?" send "CU\r"; continue
bo mta0
echo "CU26 not working yet"
set mta0 rewind
reset
expect "OPTION?" send "T0\r"; continue
echo "Expect error 17 on T020C test"
bo mta0
expect "OPTION?" reset
reset
cont
set mta0 rewind
reset
expect "OPTION?" send "W0\r"; continue
expect "OPTION?" reset
expect "REQ.SPACE SUPPRESS TAD" send "1\r"; continue
bo mta0
set ch1 urec=lp
cont
set mta0 rewind
reset
set ch1 urec=NONE
att cdr0 st02.txt
att cdp0 -n st02.out
expect "OPTION?" send "ST02\r"; continue
expect "OPTION?" reset
bo mta0
del t1.tp
del t2.tp
del t3.tp
del t4.tp
quit