diff options
author | Daniel Stenberg <daniel@haxx.se> | 2022-01-03 13:33:46 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2022-01-03 22:32:05 +0100 |
commit | d2f712ddd0f76490f85b79f0cbd2b5669a9ecb00 (patch) | |
tree | 18a572cd6f7eee88423907ffe8d3c73d046c5199 /tests/FILEFORMAT.md | |
parent | 61cbb4b626af761a58f15d81899bfee7ed5e8944 (diff) | |
download | curl-d2f712ddd0f76490f85b79f0cbd2b5669a9ecb00.tar.gz |
runtests: add verify/socks check
If used, this data is compared with the data in log/socksd-request.log
which the socksd server logs.
Added to FILEFORMAT.md
Diffstat (limited to 'tests/FILEFORMAT.md')
-rw-r--r-- | tests/FILEFORMAT.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/FILEFORMAT.md b/tests/FILEFORMAT.md index 1c45d1563..bfd5d221e 100644 --- a/tests/FILEFORMAT.md +++ b/tests/FILEFORMAT.md @@ -243,6 +243,9 @@ The connect section is used instead of the 'data' for all CONNECT requests. The remainder of the rules for the data section then apply but with a connect prefix. +### `<socks>` +Address type and address details as logged by the SOCKS proxy. + ### `<datacheck [mode="text"] [nonewline="yes"]>` if the data is sent but this is what should be checked afterwards. If `nonewline=yes` is set, runtests will cut off the trailing newline from the |