mirror of
https://github.com/openssl/openssl.git
synced 2025-03-01 19:28:10 +08:00
The HTTP-based tests are now in 80_test_cmp_http.t, to start a little earlier. This should decrease total test run time due to better parallelization. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13551)
3.6 KiB
3.6 KiB
1 | expected | description | -section | val | -server | val | -proxy | val | -path | val | -msg_timeout | int | -total_timeout | int | -tls_used | noarg | -no_proxy | val |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2 | 0 | default config | -section | BLANK | BLANK | BLANK | BLANK | |||||||||||
3 | 1 | wrong server | -section | -server | example.com:_SERVER_PORT | -msg_timeout | 1 | BLANK | BLANK | BLANK | ||||||||
4 | 1 | wrong server port | -section | -server | _SERVER_HOST:99 | -msg_timeout | 1 | BLANK | BLANK | BLANK | ||||||||
5 | 1 | server default port | -section | -server | _SERVER_HOST | -msg_timeout | 1 | BLANK | BLANK | BLANK | ||||||||
6 | 1 | server port out of range | -section | -server | _SERVER_HOST:65536 | BLANK | BLANK | BLANK | BLANK | |||||||||
7 | 1 | server port negative | -section | -server | _SERVER_HOST:-10 | BLANK | BLANK | BLANK | BLANK | |||||||||
8 | 1 | server missing argument | -section | -server | BLANK | BLANK | BLANK | BLANK | ||||||||||
9 | 1 | server with default port | -section | -server | _SERVER_HOST | BLANK | BLANK | BLANK | BLANK | |||||||||
10 | 1 | server port bad syntax: leading garbage | -section | -server | _SERVER_HOST:x/+80 | BLANK | BLANK | BLANK | BLANK | |||||||||
11 | 1 | server port bad synatx: trailing garbage | -section | -server | _SERVER_HOST:_SERVER_PORT+/x. | BLANK | BLANK | BLANK | BLANK | |||||||||
12 | 1 | server with TLS port | -section | -server | _SERVER_HOST:_SERVER_TLS | BLANK | BLANK | BLANK | BLANK | |||||||||
13 | TBD | server IP address with TLS port | -section | -server | _SERVER_IP:_SERVER_TLS | BLANK | BLANK | BLANK | BLANK | |||||||||
14 | 0 | path explicit | -section | -server | _SERVER_HOST:_SERVER_PORT | -path | _SERVER_PATH | BLANK | BLANK | BLANK | BLANK | |||||||
15 | 0 | path overrides -server path | -section | -server | _SERVER_HOST:_SERVER_PORT/ignored | -path | _SERVER_PATH | BLANK | BLANK | BLANK | BLANK | |||||||
16 | 0 | path default -server path | -section | -server | _SERVER_HOST:_SERVER_PORT/_SERVER_PATH | -path | " | BLANK | BLANK | BLANK | BLANK | |||||||
17 | 1 | path missing argument | -section | -path | BLANK | BLANK | BLANK | BLANK | ||||||||||
18 | 1 | path wrong | -section | -path | /publicweb/cmp/example | BLANK | BLANK | BLANK | BLANK | |||||||||
19 | 1 | path mixed case | -section | -path | pKiX/ | BLANK | BLANK | BLANK | BLANK | |||||||||
20 | 1 | path upper case | -section | -path | PKIX/ | BLANK | BLANK | BLANK | BLANK | |||||||||
21 | 1 | msg_timeout missing argument | -section | -msg_timeout | BLANK | BLANK | BLANK | |||||||||||
22 | 1 | msg_timeout negative | -section | -msg_timeout | -5 | BLANK | BLANK | BLANK | ||||||||||
23 | 0 | msg_timeout 5 | -section | -msg_timeout | 5 | BLANK | BLANK | BLANK | ||||||||||
24 | 0 | msg_timeout 0 | -section | -msg_timeout | 0 | BLANK | BLANK | BLANK | ||||||||||
25 | 1 | total_timeout missing argument | -section | BLANK | -total_timeout | BLANK | BLANK | |||||||||||
26 | 1 | total_timeout negative | -section | BLANK | -total_timeout | -5 | BLANK | BLANK | ||||||||||
27 | 0 | total_timeout 10 | -section | BLANK | -total_timeout | 10 | BLANK | BLANK | ||||||||||
28 | 0 | total_timeout 0 | -section | BLANK | -total_timeout | 0 | BLANK | BLANK |