stress.cfg
2.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
#################################################
BCP Random stress test for nightly regressions
#################################################
######### AI DMA TEST ############
Name: AI DMA
Cmd: ../../iosim -f ../test/ai_dma.tst -d 0241
log: ai_dma.log
chk: grep -i fail %s
Ret: 1
Mem: 8192
Pri: 3
Mcp: 1
Lock: AI
########## SP DMA TEST0 ###########
Name: SP DMA0
Cmd: ../../iosim -f ../test/sp_dma.tst -d 0241
log: sp_dma0.log
chk: grep -i fail %s
Ret: 1
Mem: 8192
Pri: 2
Mcp: 1
Lock: SP
########## USB0 Transaction ###########
Name: USB0 Random Transaction
Cmd: ../../iosim -f ../test/usb0_trans.tst -d 0241
log: ui0_trans.log
chk: grep -i fail %s
Ret: 1
Mem: 8192
Pri: 3
Mcp: 1
Lock: USB0
########## USB1 Transaction ###########
Name: USB1 Random Transaction
Cmd: ../../iosim -f ../test/usb1_trans.tst -d 0241
log: ui1_trans.log
chk: grep -i fail %s
Ret: 1
Mem: 8192
Pri: 3
Mcp: 1
Lock: USB1
######### VI H18 #####################
Name: VI H18(18bits)
Cmd: ../test/vi_h18
log: vi_h18.log
chk: grep -i equat %s
Ret: 0
Mem: 0
Pri: 1
Mcp: 1
Lock: VI
######### VI H32 #####################
Name: VI H32(32bits)
Cmd: ../test/vi_h32
log: vi_h32.log
chk: grep -i equat %s
Ret: 0
Mem: 0
Pri: 1
Mcp: 1
Lock: VI
########## DP ATT Test ################
Name: RDP ATT 014 Test
Cmd: ../test/dp_att_014
log: dp_att.log
chk: grep -i fail %s
Ret: 1
Mem: 0
Pri: 1
Mcp: 1
Lock: DP
########## DP COV Test ################
Name: RDP COV 023 Test
Cmd: ../test/dp_cov_023
log: dp_cov.log
chk: grep -i fail %s
Ret: 1
Mem: 0
Pri: 1
Mcp: 1
Lock: DP
########## DP EW Test ################
Name: RDP EW 116 Test(32 bits)
Cmd: ../test/dp_ew_116
log: dp_ew.log
chk: grep -i fail %s
Ret: 1
Mem: 0
Pri: 1
Mcp: 1
Lock: DP
########## DP MS Test ################
Name: RDP MS 002 Test
Cmd: ../test/dp_ms_002
log: dp_ms.log
chk: grep -i fail %s
Ret: 1
Mem: 0
Pri: 1
Mcp: 1
Lock: DP
########## DP TEX Test ################
Name: RDP TEX 038 Test
Cmd: ../test/dp_tex_038
log: dp_tex.log
chk: grep -i fail %s
Ret: 1
Mem: 0
Pri: 1
Mcp: 1
Lock: DP
######### SI TESTS ############
Name: SiTestRandom(1, ForceFail_None, StartWithXs, 0);
Cmd: ../../si_test/si_testr -q -d 341 -t 8 10
log: si.r8.log
lock: SI
// %s refer to log file
chk: s=%s;grep "total test = 1, error count = 0" $s && ! grep "Failed" $s
Ret: 0
Mem: 1024
Mcp: 1
######## PI DMA test ##############
Name: PI Buffer DMA (both directions)
Cmd: ../../pi_test/pi_bufdma -k -n
log: pi.dma.log
// %s refer to log file
chk: grep -i FAIL %s
# no fail is found
Ret: 1
Lock: PI
Mem: 2048
Pri: 2
Mcp: 1
######### MI DRAM Write/Read ############
Name: MI DRAM Write/Read
Cmd: ../../mi_test/mi_random -q -d 0241 -t dram
log: mi_random.log
chk: grep -i fail %s
Ret: 1
Mem: 8192
Pri: 1
Mcp: 1