From: Dan Fandrich Date: Wed, 28 Sep 2022 17:56:31 +0000 (-0700) Subject: docs: document more server names for test files X-Git-Tag: curl-7_86_0~148 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98aa99486860db4010cd2ff0019896f9b4db2ef0;p=thirdparty%2Fcurl.git docs: document more server names for test files --- diff --git a/tests/FILEFORMAT.md b/tests/FILEFORMAT.md index 03e6fa1714..c420772116 100644 --- a/tests/FILEFORMAT.md +++ b/tests/FILEFORMAT.md @@ -344,33 +344,43 @@ about to issue. ### `` 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. ### `` A list of features that MUST be present in the client/library for this test to