diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2022-09-28 10:56:31 -0700 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2022-09-28 13:24:26 -0700 |
commit | 98aa99486860db4010cd2ff0019896f9b4db2ef0 (patch) | |
tree | cd66afaf81f7de503c9600346092b6607218b384 | |
parent | ac612dfeee95a014bf0a5f31f60ca7cfe9d74a21 (diff) | |
download | curl-98aa99486860db4010cd2ff0019896f9b4db2ef0.tar.gz |
docs: document more server names for test files
-rw-r--r-- | tests/FILEFORMAT.md | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/tests/FILEFORMAT.md b/tests/FILEFORMAT.md index 03e6fa171..c42077211 100644 --- a/tests/FILEFORMAT.md +++ b/tests/FILEFORMAT.md @@ -344,33 +344,43 @@ about to issue. ### `<server>` What server(s) this test case requires/uses. Available servers: +- `dict` - `file` -- `ftp-ipv6` - `ftp` +- `ftp-ipv6` - `ftps` - `gopher` +- `gopher-ipv6` - `gophers` +- `http` +- `http/2` - `http-ipv6` - `http-proxy` -- `http-unix` -- `http/2` -- `http` - `https` -- `httptls+srp-ipv6` +- `https-proxy` - `httptls+srp` +- `httptls+srp-ipv6` +- `http-unix` - `imap` - `mqtt` - `none` - `pop3` -- `rtsp-ipv6` - `rtsp` +- `rtsp-ipv6` - `scp` - `sftp` +- `smb` - `smtp` - `socks4` - `socks5` - -Give only one per line. This subsection is mandatory. +- `socks5unix` +- `telnet` +- `tftp` + +Give only one per line. This subsection is mandatory (use `none` if no servers +are required). Servers that require a special server certificate can have the +PEM certificate file name (found in the `certs` directory) appended to the +server name separated by a space. ### `<features>` A list of features that MUST be present in the client/library for this test to |