File: TESTLIST

package info (click to toggle)
openswan 1%3A2.4.6%2Bdfsg.2-1.1%2Betch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 25,000 kB
  • ctags: 16,877
  • sloc: ansic: 121,112; sh: 19,782; xml: 9,699; asm: 4,422; perl: 4,087; makefile: 3,367; tcl: 713; exp: 657; yacc: 396; pascal: 328; lex: 289; sed: 265; awk: 124; lisp: 3
file content (305 lines) | stat: -rw-r--r-- 5,968 bytes parent folder | download | duplicates (3)
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
#
# This isn't actually a shell script. It just looks like one.
# Some tools other than /bin/sh process it. 
#
# Lines that start with # are comments. # to the right is not valid.
# 
# The first word provides the test type. For a list of test types,
# see doc/{,src/}makecheck.html.
#
#       skiptest        means run no test.
#
# The second word is the name of the test to run. This is a directory.
#
# The third word may be one of:
#
#	blank/good	the test is believed to function, report failure
#	bad		the test is known to fail, report unexpected success
#	suspended	the test should not be run
#
# The fourth word may be a number, which is a PR# if the test is failing.
#


#
# east-des-parity-01: see if DES parity check functions correctly.
#
skiptest east-des-parity-01	missing

	
#
# east-icmp-01: pass ping packets through manually keyed ESP SA and confirm
#		encipherment.
#
klipstest east-icmp-01		good

#
# east-icmp-03: pass ping packets through manually keyed ESP SA 
#		with IPCOMP and confirm	encipherment.
#
klipstest east-icmp-03		good

#
# east-icmp-04: pass ping packets through manually keyed ESP SA 
#		with 3DES-SHA-1 authenticators
#
klipstest east-icmp-04		good

#
# east-ah-icmp-01: pass ping packets through manually keyed AH SA and confirm
#		   authentication is added (MD5 version)
#
klipstest east-ah-icmp-01	good

#
# east-ah-icmp-02: pass ping packets through manually keyed AH SA and confirm
#		   authentication is added (SHA1 version)
#
klipstest east-ah-icmp-02	good

#
# east-espiv-01: check that ESP packets get unpredictable IVs rather than
#		 using the last ciphertext block of the previous packet
#
klipstest east-espiv-01		good

#
# west-icmp-01: pass enciphered ping packets through manually keyed ESP SA
#		and confirm decryption
#
klipstest west-icmp-01		good

#
# west-icmp-03: decode ESP/IPCOMP packets 
#
klipstest west-icmp-03		good

#
# west-icmp-04: decode ESP-3DES-SHA1 packets
#
klipstest west-icmp-04		good

#
# west-ah-icmp-01: pass authenticated ping packets through manually keyed SA
#		   and confirm authentication
#
klipstest west-ah-icmp-01		good

#
# west-ah-icmp-02: pass authenticated ping packets through manually keyed SA
#		   and confirm authentication
#
klipstest west-ah-icmp-02		good

#
# east-lifetime-02: soft byte lifetime
#
klipstest east-lifetime-02	good

#
# east-lifetime-03: soft byte lifetime
#
klipstest east-lifetime-03	good

#
# east-lifetime-04: soft addtime
#
skiptest east-lifetime-04	missing

#
# east-drop-01: %drop policy
# 
klipstest east-drop-01		good

#
# east-hold-01: %hold policy
# 
klipstest east-hold-01		good

#
# east-none-01: %none policy
# 
klipstest east-none-01		good

#
# east-pass-01: %pass policy
# 
klipstest east-pass-01		good

#
# east-reject-01: %reject policy
# 
klipstest east-reject-01	good

#
# east-trap-01: %trap policy
# 
klipstest east-trap-01		good

#
# east-trapsubnet-01: %trapsubnet policy
# 
klipstest east-trapsubnet-01	good

#
# east-ikepass-01: local ike with pass policy
# 
#klipstest east-ikepass-01	good

#
# east-drop-02: remote source IKE with drop policy
#
klipstest east-drop-02	good

#
# east-hold-02: remote source IKE with hold policy
#
klipstest east-hold-02	good

#
# east-none-02: remote source IKE with none policy
#
klipstest east-none-02	good

#
# east-pass-02: remote source IKE with pass policy
#
klipstest east-pass-02	good

#
# east-reject-02: remote source IKE with reject policy
#
klipstest east-reject-02	good

#
# east-trap-02: remote source IKE with trap policy
#
klipstest east-trap-02	good

#
# east-trapsubnet-02: remote source IKE with trapsubnet policy
#
klipstest east-trapsubnet-02	good

#
# west-drop-02: remote source IKE with drop policy
#
klipstest west-drop-02	good

#
# west-hold-02: remote source IKE with hold policy
#
klipstest west-hold-02	good

#
# west-none-02: remote source IKE with none policy
#
klipstest west-none-02	good

#
# west-pass-02: remote source IKE with pass policy
#
klipstest west-pass-02	good

#
# west-reject-02: remote source IKE with reject policy
#
klipstest west-reject-02	good

#
# west-trap-02: remote source IKE with trap policy
#
klipstest west-trap-02	good

#
# west-trapsubnet-02: remote source IKE with trapsubnet policy
#
klipstest west-trapsubnet-02	good

#
# west-esp-short-01: short ESP packet DoS test
#
klipstest west-esp-short-01	good

#
# west-esp-short-02: short ESP packet DoS test
#
klipstest west-esp-short-02	good

#
# proc-fs-01: see if the /proc/net entries look okay
#
ctltest	proc-fs-01	good

#
# proc-fs-02: see if the /proc/net entries get cleaned up okay
#
## DHR 2003 Apr 5: tests with modules hang ## ctltest	proc-fs-02	good

#
# module-memory-01: test for module memory leaks
#
## DHR 2003 Apr 5: tests with modules hang ## ctltest	module-memory-01	bad

#
# east-saref-pfkey-01: test for saref allocation
#
ctltest	east-saref-pfkey-01	good

#
# west-rcv-nfmark-set-01: test for saref set on receive
#
klipstest west-rcv-nfmark-set-01	good

#
# saref-alloc-01: test for saref allocation exhaustion
#
ctltest	saref-alloc-01	good

#
# east-icmp-02: test if we can double encrypt packets - spi group
#
klipstest east-icmp-02	good

#
# west-icmp-02: test if we can double decrypt packets
#		and confirm decryption
#
klipstest west-icmp-02	good

#
# ah-esp-01: check an automatically keyed conn using ah+esp
# 
umlplutotest	ah-esp-01	good

#
# east-icmp-05:	tests for AES256
klipstest	east-icmp-05	good

#
# west-icmp-05:	tests for AES256
klipstest	west-icmp-05	good

#
# east-spi-01:  send test case for ESP-3DES with no authentication
#		also tests having same SPI# for incoming and
#		and outgoing.
#
klipstest	east-spi-01	good

#
# west-spi-01:	receive test case for ESP-3DES with no authentication.
#
klipstest	west-spi-01	good

#
# west-natt-01:	receive test case for ESP-3DES-MD5 with UDP encapsulation
#
klipstest	west-natt-01	good

#
# east-natt-01:	receive test case for ESP-3DES-MD5 with UDP encapsulation
#
klipstest	east-natt-01	good