File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,10 @@ The test framework requires an valid Streams installation and environment.
5151The 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
5353hand 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:
5760The http test server requires that ports 8097 and 1443 are available at the local host.
You can’t perform that action at this time.
0 commit comments