]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: document more server names for test files
authorDan Fandrich <dan@coneharvesters.com>
Wed, 28 Sep 2022 17:56:31 +0000 (10:56 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 28 Sep 2022 20:24:26 +0000 (13:24 -0700)
tests/FILEFORMAT.md

index 03e6fa171448d3bdbd7ce11541a50a632f186646..c42077211676ae088802ff31cb32c27377271683 100644 (file)
@@ -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