Skip to content

Commit ac3620c

Browse files
author
joergboe
committed
Corrections README.md
1 parent 0186a6b commit ac3620c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/FrameworkTests/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ The test framework requires an valid Streams installation and environment.
5151
The ftp test server requires the packages **vsftpd** and **ftp**. Additionally the current user must be able to execute
5252
`service vsftpd start` without password interaction (sudoers configuration). Alternatively you can start the ftp server by
5353
hand and provide property `TTPR_ftpServerHost`.
54-
If the standard setup of the ftp server is used, an user `ftpuser` with password `streams` is required.
54+
If the standard setup of the ftp server is used, an user `ftpuser` with password `streams` is required. This standart setup can be overwritten
55+
with properties `TTPR_ftpServerUser` and `TTPR_ftpServerPasswd` in TestProperties.sh file.
5556

56-
The http test server requires a standard java 1.8 runtime. With the streams java runtime the ssl connections are not possible.
57+
*Note:* The FtpTest requires an running ssh daemon at the ftp server host.
58+
59+
The http test server requires the java 1.8 runtime from the streams installation:
5760
The http test server requires that ports 8097 and 1443 are available at the local host.

0 commit comments

Comments
 (0)