From 5187faeeb97321343cd0a1f3ad9aa10992513e99 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 30 Apr 2007 20:15:33 +0000 Subject: Improved the test harness to allow running test servers on other than the default port numbers, allowing more than one test suite to run simultaneously on the same host. --- tests/README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'tests/README') diff --git a/tests/README b/tests/README index 56ebab952..8eaeee21f 100644 --- a/tests/README +++ b/tests/README @@ -12,7 +12,7 @@ Requires: stunnel (for HTTPS and FTPS tests) sshd (for SCP and SFTP tests; OpenSSH ver. 3.8 is known to work) -TCP ports used: +TCP ports used by default: - 8990 on localhost for HTTP tests - 8991 on localhost for HTTPS tests @@ -27,7 +27,11 @@ TCP ports used: The test suite runs simple FTP, HTTP and TFTP servers on these ports to which it makes requests. For SSL tests, it runs stunnel to handle encryption to the regular servers. For SSH, it runs a standard OpenSSH - server. + server. + + The base port number shown above can be changed using runtests' -b option + to allow running more than one instance of the test suite simultaneously + on one machine. Run: 'make test'. This invokes the 'runtests.pl' perl script. Edit the top -- cgit v1.2.3