Skip to content

Commit bdf8db2

Browse files
committed
network/README.md: Update FTP, telnet sections
* LTP has no telnet test any more. * $RHOST, $RUSER and $PASSWD are not used any more since ftp01.sh removal (the last test which was using it). * Add a note about vsftpd used by last remaining tests (which will be sooner or later rewritten [1] together with http stress tests). [1] #1207 Follow-up: b8531de ("tcp_cmds: Remove ftp01.sh test, binary data files") Follow-up: 37bc7f2 ("network: Remove telnet01.sh test") Signed-off-by: Petr Vorel <pvorel@suse.cz>
1 parent 8b5c74d commit bdf8db2

1 file changed

Lines changed: 3 additions & 17 deletions

File tree

testcases/network/README.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,9 @@ by default used `ssh`, for details see `testcases/network/stress/README`.
2626
Tests have various external dependencies, exit with `TCONF` when not installed.
2727
Some tests require additional setup.
2828

29-
### FTP and telnet setup
30-
FTP stress tests and telnet server tests require environment variables `RHOST`
31-
(remote machine), `RUSER` (remote user) and `PASSWD` (remote password). NOTE:
32-
`RHOST` will imply two host configuration for other tests.
33-
34-
If `RUSER` is set to `root`, either of these steps is required:
35-
36-
* In `/etc/ftpusers` (or `/etc/vsftpd.ftpusers`), comment the line containing
37-
"root" string. This file lists all those users who are not given access to do ftp
38-
on the current system.
39-
40-
* If you don’t want to do the previous step, put following entry into `/root/.netrc`:
41-
```
42-
machine <remote_server_name>
43-
login root
44-
password <remote_root_password>
45-
```
29+
### FTP
30+
FTP stress tests require vsftpd. It will be started with with enabled anonymous
31+
logins, stopped after testing.
4632

4733
### HTTP setup
4834
HTTP stress tests require configured and running web server (Apache2, Nginx, etc.).

0 commit comments

Comments
 (0)