OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / freeswan / klips / test / 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 may be one of:
8 #       skiptest        means run no test.
9 #       ctltest         means run a single system without input/output.
10 #       klipstest       means run a single system with input/output networks
11 #  *    plutotest       means run a pair of systems
12 #  *    suntest         means run a quad of east/west/sunrise/sunset
13 #  *    roadtest        means run a trio of east-sunrise + warrior      
14 #  *    extrudedtest    means run a quad of east-sunrise + warriorsouth + park
15 # *-to be implemented
16 #
17 # The second word is the name of the test to run. This is a directory.
18 #
19 # The third word may be one of:
20 #
21 #       blank/good      the test is believed to function, report failure
22 #       bad             the test is known to fail, report unexpected success
23 #       suspended       the test should not be run
24 #
25 # The fourth word may be a number, which is a PR# if the test is failing.
26 #
27
28
29 #
30 # east-des-parity-01: see if DES parity check functions correctly.
31 #
32 skiptest east-des-parity-01     good
33
34         
35 #
36 # east-icmp-01: pass ping packets through manually keyed SA and confirm
37 #               encipherment.
38 #
39 klipstest east-icmp-01          good
40
41 #
42 # east-espiv-01: check that ESP packets get unpredictable IVs rather than
43 #               using the last ciphertext block of the previous packet
44 #
45 klipstest east-espiv-01         good
46
47 #
48 # west-icmp-01: pass enciphered ping packets through manually keyed SA
49 #               and confirm decryption
50 #
51 klipstest west-icmp-01          good
52
53 #
54 # east-lifetime-02: soft byte lifetime
55 #
56 klipstest east-lifetime-02      good
57
58 #
59 # east-pass-01: %pass policy
60
61 klipstest east-pass-01          good
62
63 #
64 # east-drop-01: %drop policy
65
66 klipstest east-drop-01          good
67
68 #
69 # east-hold-01: %hold policy
70
71 klipstest east-hold-01          good
72
73 #
74 # east-reject-01: %reject policy
75
76 klipstest east-reject-01        good
77
78 #
79 # east-trap-01: %trap policy
80
81 klipstest east-trap-01          good
82
83 #
84 # east-trapsubnet-01: %trapsubnet policy
85
86 klipstest east-trapsubnet-01    good
87
88 #
89 # east-ikepass-01: local ike with pass policy
90
91 #klipstest east-ikepass-01      good
92
93 #
94 # east-drop-02: remote source IKE with drop policy
95 #
96 klipstest east-drop-02  good
97
98 #
99 # east-hold-02: remote source IKE with hold policy
100 #
101 klipstest east-hold-02  good
102
103 #
104 # east-none-02: remote source IKE with none policy
105 #
106 klipstest east-none-02  good
107
108 #
109 # east-pass-02: remote source IKE with pass policy
110 #
111 klipstest east-pass-02  good
112
113 #
114 # east-reject-02: remote source IKE with reject policy
115 #
116 klipstest east-reject-02        good
117
118 #
119 # east-trap-02: remote source IKE with trap policy
120 #
121 klipstest east-trap-02  good
122
123 #
124 # east-trapsubnet-02: remote source IKE with trapsubnet policy
125 #
126 klipstest east-trapsubnet-02    good
127
128 #
129 # west-drop-02: remote source IKE with drop policy
130 #
131 klipstest west-drop-02  good
132
133 #
134 # west-hold-02: remote source IKE with hold policy
135 #
136 klipstest west-hold-02  good
137
138 #
139 # west-none-02: remote source IKE with none policy
140 #
141 klipstest west-none-02  good
142
143 #
144 # west-pass-02: remote source IKE with pass policy
145 #
146 klipstest west-pass-02  good
147
148 #
149 # west-reject-02: remote source IKE with reject policy
150 #
151 klipstest west-reject-02        bad
152
153 #
154 # west-trap-02: remote source IKE with trap policy
155 #
156 klipstest west-trap-02  good
157
158 #
159 # west-trapsubnet-02: remote source IKE with trapsubnet policy
160 #
161 klipstest west-trapsubnet-02    good
162