OSDN Git Service

Update cross tools prefix
[uclinux-h8/uClinux-dist.git] / openswan / testing / klips / TESTLIST
1 #
2 # This isn't actually a shell script. It just looks like one.
3 # Some tools other than /bin/sh process it. 
4 #
5 # Lines that start with # are comments. # to the right is not valid.
6
7 # The first word provides the test type. For a list of test types,
8 # see doc/{,src/}makecheck.html.
9 #
10 #       skiptest        means run no test.
11 #
12 # The second word is the name of the test to run. This is a directory.
13 #
14 # The third word may be one of:
15 #
16 #       blank/good      the test is believed to function, report failure
17 #       bad             the test is known to fail, report unexpected success
18 #       suspended       the test should not be run
19 #
20 # The fourth word may be a number, which is a PR# if the test is failing.
21 #
22
23
24 #
25 # east-des-parity-01: see if DES parity check functions correctly.
26 #
27 skiptest east-des-parity-01     missing
28
29         
30 #
31 # east-icmp-01: pass ping packets through manually keyed ESP SA and confirm
32 #               encipherment.
33 #
34 klipstest east-icmp-01          good
35
36 #
37 # east-icmp-03: pass ping packets through manually keyed ESP SA 
38 #               with IPCOMP and confirm encipherment.
39 #
40 klipstest east-icmp-03          good
41
42 #
43 # east-icmp-04: pass ping packets through manually keyed ESP SA 
44 #               with 3DES-SHA-1 authenticators
45 #
46 klipstest east-icmp-04          good
47
48 #
49 # east-ah-icmp-01: pass ping packets through manually keyed AH SA and confirm
50 #                  authentication is added (MD5 version)
51 #
52 skiptest east-ah-icmp-01        good
53
54 #
55 # east-ah-icmp-02: pass ping packets through manually keyed AH SA and confirm
56 #                  authentication is added (SHA1 version)
57 #
58 skiptest east-ah-icmp-02        good
59
60 #
61 # east-espiv-01: check that ESP packets get unpredictable IVs rather than
62 #                using the last ciphertext block of the previous packet
63 #
64 klipstest east-espiv-01         good
65
66 #
67 # west-bigicmp-01: test receiving fragmented ESP packets
68 #
69 klipstest west-bigicmp-01               good
70
71 #
72 # west-icmp-01: pass enciphered ping packets through manually keyed ESP SA
73 #               and confirm decryption
74 #
75 klipstest west-icmp-01          good
76
77 #
78 # west-icmp-03: decode ESP/IPCOMP packets 
79 #
80 klipstest west-icmp-03          good
81
82 #
83 # west-icmp-04: decode ESP-3DES-SHA1 packets
84 #
85 klipstest west-icmp-04          good
86
87 #
88 # west-ah-icmp-01: pass authenticated ping packets through manually keyed SA
89 #                  and confirm authentication
90 #
91 klipstest west-ah-icmp-01               good
92
93 #
94 # west-ah-icmp-02: pass authenticated ping packets through manually keyed SA
95 #                  and confirm authentication
96 #
97 klipstest west-ah-icmp-02               good
98
99 #
100 # east-lifetime-02: soft byte lifetime
101 #
102 klipstest east-lifetime-02      good
103
104 #
105 # east-lifetime-03: soft byte lifetime
106 #
107 klipstest east-lifetime-03      good
108
109 #
110 # east-lifetime-04: soft addtime
111 #
112 skiptest east-lifetime-04       missing
113
114 #
115 # east-drop-01: %drop policy
116
117 klipstest east-drop-01          good
118
119 #
120 # east-hold-01: %hold policy
121
122 klipstest east-hold-01          good
123
124 #
125 # east-none-01: %none policy
126
127 klipstest east-none-01          good
128
129 #
130 # east-pass-01: %pass policy
131
132 klipstest east-pass-01          good
133
134 #
135 # east-reject-01: %reject policy
136
137 klipstest east-reject-01        good
138
139 #
140 # east-trap-01: %trap policy
141
142 klipstest east-trap-01          good
143
144 #
145 # east-trapsubnet-01: %trapsubnet policy
146
147 klipstest east-trapsubnet-01    good
148
149 #
150 # east-ikepass-01: local ike with pass policy
151
152 #klipstest east-ikepass-01      good
153
154 #
155 # east-drop-02: remote source IKE with drop policy
156 #
157 klipstest east-drop-02  good
158
159 #
160 # east-hold-02: remote source IKE with hold policy
161 #
162 klipstest east-hold-02  good
163
164 #
165 # east-none-02: remote source IKE with none policy
166 #
167 klipstest east-none-02  good
168
169 #
170 # east-pass-02: remote source IKE with pass policy
171 #
172 klipstest east-pass-02  good
173
174 #
175 # east-reject-02: remote source IKE with reject policy
176 #
177 klipstest east-reject-02        good
178
179 #
180 # east-trap-02: remote source IKE with trap policy
181 #
182 klipstest east-trap-02  good
183
184 #
185 # east-trapsubnet-02: remote source IKE with trapsubnet policy
186 #
187 klipstest east-trapsubnet-02    good
188
189 #
190 # west-drop-02: remote source IKE with drop policy
191 #
192 klipstest west-drop-02  good
193
194 #
195 # west-hold-02: remote source IKE with hold policy
196 #
197 klipstest west-hold-02  good
198
199 #
200 # west-none-02: remote source IKE with none policy
201 #
202 klipstest west-none-02  good
203
204 #
205 # west-pass-02: remote source IKE with pass policy
206 #
207 klipstest west-pass-02  good
208
209 #
210 # west-reject-02: remote source IKE with reject policy
211 #
212 klipstest west-reject-02        good
213
214 #
215 # west-trap-02: remote source IKE with trap policy
216 #
217 klipstest west-trap-02  good
218
219 #
220 # west-trapsubnet-02: remote source IKE with trapsubnet policy
221 #
222 klipstest west-trapsubnet-02    good
223
224 #
225 # west-esp-short-01: short ESP packet DoS test
226 #
227 klipstest west-esp-short-01     good
228
229 #
230 # west-esp-short-02: short ESP packet DoS test
231 #
232 klipstest west-esp-short-02     good
233
234 #
235 # proc-fs-01: see if the /proc/net entries look okay
236 #
237 ctltest proc-fs-01      good
238
239 #
240 # proc-fs-02: see if the /proc/net entries get cleaned up okay
241 #
242 ## DHR 2003 Apr 5: tests with modules hang ## ctltest   proc-fs-02      good
243
244 #
245 # module-memory-01: test for module memory leaks
246 #
247 ## DHR 2003 Apr 5: tests with modules hang ## ctltest   module-memory-01        bad
248
249 #
250 # east-saref-pfkey-01: test for saref allocation
251 #
252 ctltest east-saref-pfkey-01     good
253
254 #
255 # west-rcv-nfmark-set-01: test for saref set on receive
256 #
257 klipstest west-rcv-nfmark-set-01        good
258
259 #
260 # saref-alloc-01: test for saref allocation exhaustion
261 #
262 ctltest saref-alloc-01  good
263
264 #
265 # east-icmp-02: test if we can double encrypt packets - spi group
266 #
267 klipstest east-icmp-02  good
268
269 #
270 # west-icmp-02: test if we can double decrypt packets
271 #               and confirm decryption
272 #
273 klipstest west-icmp-02  good
274
275 #
276 # ah-esp-01: check an automatically keyed conn using ah+esp
277
278 skiptest        ah-esp-01       good
279
280 #
281 # east-icmp-05: tests for AES256
282 klipstest       east-icmp-05    good
283
284 #
285 # west-icmp-05: tests for AES256
286 klipstest       west-icmp-05    good
287
288 #
289 # east-spi-01:  send test case for ESP-3DES with no authentication
290 #               also tests having same SPI# for incoming and
291 #               and outgoing.
292 #
293 klipstest       east-spi-01     good
294
295 #
296 # west-spi-01:  receive test case for ESP-3DES with no authentication.
297 #
298 klipstest       west-spi-01     good
299
300 #
301 # west-natt-01: receive test case for ESP-3DES-MD5 with UDP encapsulation
302 #
303 klipstest       west-natt-01    good
304
305 #
306 # east-natt-01: receive test case for ESP-3DES-MD5 with UDP encapsulation
307 #
308 klipstest       east-natt-01    good
309
310