From 048c74f2fad85c24a8d36b06a944884686a99f61 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 17 Sep 2007 21:42:01 +0000 Subject: Added %CLIENTIP and %CLIENT6IP data file substitution variables. Added hooks to the test suite to make it possible to test a curl running on a remote host. --- tests/FILEFORMAT | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/FILEFORMAT') diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 2684ae302..9ee766f0d 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -218,7 +218,9 @@ argument that directs the output to a file. The --output is also not added if the client/stdout section is used. Available substitute variables include: -%HOSTIP - IPv6 address of the host running this test +%CLIENTIP - IPv4 address of the client running curl +%CLIENT6IP - IPv6 address of the client running curl +%HOSTIP - IPv4 address of the host running this test %HOSTPORT - Port number of the HTTP server %HOST6IP - IPv6 address of the host running this test %HOST6PORT - IPv6 port number of the HTTP server -- cgit v1.2.3