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 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330
|
#
# This isn't actually a shell script. It just looks like one.
# Some tools other than /bin/sh process it.
#
# See doc/src/makecheck.html#TESTLIST for the format.
# test-kind directory-containing-test expectation [PR#]
# basic pluto test - bring up your basic CONN between eastnet-westnet.
umlplutotest basic-pluto-01 good
umlplutotest basic-pluto-02 good
umlXhost basic-pluto-03 good
umlplutotest basic-pluto-06 good
umlplutotest pluto-ipcmp-01 good
umlplutotest bad-updown-01 good
# pluto-unit-01 - pluto vs. pluto, without KLIPS
# This runs in a single UML, so ctltest is appropriate
ctltest pluto-unit-01 good
ctltest pluto-unit-02 good
# regression test for --dontrekey responder with short SA lifetimes:
# ought to somehow notify other side.
# Also a unit test.
ctltest pluto-dontreky-expiry-01 good
# test food groups
# these set up a food group, then run a ping from sunrise-sunset
# clear peer
umlplutotest food-groups-clear-01 good
# oe peer
#
# this test is disabled because the OE peer (west) is not
# properly configured yet.
#umlplutotest food-groups-clear-02 bad
# clear peer
umlplutotest food-groups-clear-or-oe-01 good
# oe peer
#
# this test is disabled because the OE peer (west) is not
# properly configured yet.
#umlplutotest food-groups-clear-or-oe-02 bad
# clear peer
umlplutotest food-groups-never-01 good
# oe peer
# This test is disabled, since no packets should ever arrive at west, so
# it could never reply. A test of replies needs to be done instead.
#
#umlplutotest food-groups-never-02 bad
# oe peer
umlplutotest food-groups-oe-or-clear-01 good
# clear peer
#
# this test is disabled because the OE peer (west) is not
# properly configured yet.
#umlplutotest food-groups-oe-or-clear-02 bad
# oe peer
umlplutotest food-groups-oe-or-die-01 good
# clear peer
#
# this test is disabled because the OE peer (west) is not
# properly configured yet.
#umlplutotest food-groups-oe-or-die-02 bad
# Foodgroups bug: used to forget name of target when target is
# preserved across --listen.
umlplutotest food-groups-bug-01 good
# bug: OE should not be attempted if our private key is missing
umlplutotest oe-fail-without-private-key-01 good
# bug: pluto and _pluto_adns can deadlock in a flood
umlplutotest oe-flood-deadlock-01 good
# Foodgroups orderly transition: policy groups must be transitioned properly
# when changed
# umlplutotest food-groups-orderly-transition-01 good
# RFC 3706 DPD test
umlplutotest dpd-01 good
# RFC 3706 DPD test
umlplutotest dpd-02 good
# RFC 3706 DPD test
umlplutotest dpd-03 good
# RFC 3706 DPD test
umlplutotest dpd-04 good
# RFC 3706 DPD test
umlplutotest dpd-05 good
# RFC 3706 DPD test
umlplutotest dpd-06 good
# Delete SA test.
umlplutotest delete-sa-01 good
#
# oe-snat-01 - do Source address NAT and then OE
#
umlplutotest oe-snat-01 good
#
# oe-fail-without-resp-client-txt-01 - when responding using an OE
# connection, checks that there is a TXT (and possibly KEY) record
# that delegates this security gateway to act for the client on our
# side.
umlplutotest oe-fail-without-resp-client-txt-01 good
#
# whack --status output should be sorted.
#
ctltest whack-status-01 good
#
# co-terminal-02 - wavesec+OE, with wavesec started first
#
umlXhost co-terminal-02 good
#
# co-terminal-03 - wavesec+OE, with OE started first
#
umlXhost co-terminal-03 good
#
# tests of OE from road warriors (no gateways)
# full OE test
#
umlXhost oe-road-01 good
#
# FQDN OE test with TXT RR, no KEY
#
umlXhost oe-road-02 good
#
# FQDN OE test with TXT, mangled
#
umlXhost oe-road-03 good
#
# FQDN OE test with KEY, no TXT
#
umlXhost oe-road-04 good
#
# test for using %dns in VPN conns
ctltest vpn-dns-01 good
#
# tests of OE from road warriors (no gateways)
# full OE test
#
umlXhost myid-road-01 good
#
# FQDN OE test with TXT RR, no KEY
#
umlXhost myid-road-02 good
#
# FQDN OE test with TXT, mangled
#
umlXhost myid-road-03 good
#
# FQDN OE test with KEY, no TXT
#
umlXhost myid-road-04 good
#
# FQDN OE with trailing dot
#
umlXhost myid-road-05 good
#
# a test of rekeying an OE connection
#
umlXhost pluto-rekey-01 good
#
# a test of using X.509 keys
#
umlplutotest x509-pluto-01 good
#
# a test of sending and validating an X.509 cert
#
umlXhost x509-pluto-02 good
# a test of sending and validating an X.509 cert
#
umlplutotest x509-pluto-03 good
#
# Test of XAUTH client to XAUTH server
# broken due to algo integration.
umlXhost xauth-pluto-03 bad
#
# Test of NAT traversal
umlXhost nat-pluto-01 good
#
# Test of NAT traversal, for extruded IP
umlXhost nat-pluto-02 good
#
# Test of NAT traversal, forced on
umlXhost nat-pluto-03 good
# Test of NAT traversal, with subnetwithin/vhost overlap
umlXhost nat-pluto-04 good
#
# Test of NAT traversal w/DPD
umlXhost nat-dpd-pluto-01 good
#
# a test of using AES with pluto
#
umlplutotest basic-pluto-04 good
#
# a test of sending and validating an X.509 cert
# when the responder has leftca=%any
#
umlplutotest x509-pluto-04 good
#
# a test of sending and validating an X.509 cert
# when the responder only a leftca="" value, and
# no leftid=
#
umlplutotest x509-pluto-05 good
#
# a test of sending and validating an X.509 cert
# when the responder has the wrong DN.
#
umlXhost x509-pluto-06 good
#
# a test case of PSK with aggressive mode
umlXhost psk-pluto-01 good
#
# a test case of PSK with aggressive mode, with missing PSKs
umlXhost psk-pluto-02 bad
#
# a test case of xauth/psk/aggressive/algo
umlXhost xauth-pluto-04 good
#
# a test case of xauth/psk/aggressive/algo/modecfg
umlXhost xauth-pluto-05 good
#
# a test case of xauth/psk/aggressive/algo/modecfg/pfs
umlXhost xauth-pluto-06 good
#
# a test of using AES with pluto, with pfs=yes
#
umlplutotest basic-pluto-05 good
#
# a test case of xauth/psk/aggressive/algo/modecfg/pfs
# in client pull mode rather than server push.
#
umlplutotest xauth-pluto-07 good
#
# a test case of xauth/psk/aggressive/algo/modecfg/pfs
# in client pull mode, *WITH* DPD enabled.
#
umlXhost xauth-pluto-08 good
#
# a testcase with pfs=yes connecting to pfs=no
#
umlplutotest basic-pluto-09 good
#
# a test case of what happens to X.509 based authorization system
# when a certificate is not sent, because it has expired and can not
# be loaded.
#
umlplutotest fail-x509-02 good
#
# this tests rekeys (--down/--up) when behind a NAT. a --replace
# may cancel things that the --down/--up may not. This also
# tests that the responder is happy with us doing that.
#
umlplutotest pluto-rekey-02 good
#
# this tests psk with main mode.
umlXhost psk-pluto-03 good
# this tests psk with main mode.
umlXhost psk-pluto-04 good
#
# a test of using AES with pluto, twofish for phase2
#
umlplutotest basic-pluto-07 good
#
# a test of using twofish with pluto, twofish for phase2
#
umlplutotest basic-pluto-08 good
|