diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-03-24 01:01:28 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-03-24 01:01:28 +0000 |
commit | b7131009fbf67e5ac6f1ce1db9e8ba9ab602454a (patch) | |
tree | 29a9bd7f55d2c04a22e835f72a0f5bf9fe6f2626 /tests/FILEFORMAT | |
parent | 3d528e1b152808fb4b027927bb83b0b42b4e63bd (diff) |
Changed the test harness to attempt to gracefully shut down servers
before resorting to the kill -9 hammer.
Added test harness infrastructure to support scp/sftp tests, using
OpenSSH as the server.
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 56e2e3eba..8e3f6ce77 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -126,6 +126,8 @@ http http-ipv6 https none +scp +sftp Give only one per line. This subsection is mandatory. </server> @@ -212,9 +214,11 @@ Available substitute variables include: %FTP2PORT - Port number of the FTP server 2 %TFTPPORT - Port number of the TFTP server %TFTP6PORT - IPv6 port number of the TFTP server +%SSHPORT - Port number of the SCP/SFTP server %SRCDIR - Full path to the source dir %PWD - Current directory %CURL - Path to the curl executable +%USER - Login ID of the user running the test </command> <file name="log/filename"> |