mirror of
https://github.com/curl/curl.git
synced 2026-08-26 04:13:31 +03:00
pytest: add tests using sshd
With either /usr/sbin/sshd found or configured via --with-test-sshd=path add tests for SCP down- and uploads, insecure, with known hosts or not, with authorized user key or unauthorized one. Working now with libssh and libssh2, using a hashed known_hosts file. Closes #19934
This commit is contained in:
parent
407d2f3d57
commit
eb39fee40b
12 changed files with 883 additions and 3 deletions
|
|
@ -34,6 +34,7 @@ testenv/httpd.py \
|
|||
testenv/mod_curltest/mod_curltest.c \
|
||||
testenv/nghttpx.py \
|
||||
testenv/ports.py \
|
||||
testenv/sshd.py \
|
||||
testenv/vsftpd.py \
|
||||
testenv/ws_echo_server.py
|
||||
|
||||
|
|
@ -65,7 +66,9 @@ test_20_websockets.py \
|
|||
test_30_vsftpd.py \
|
||||
test_31_vsftpds.py \
|
||||
test_32_ftps_vsftpd.py \
|
||||
test_40_socks.py \
|
||||
test_40_socks.py \
|
||||
test_50_scp.py \
|
||||
test_51_sftp.py \
|
||||
$(TESTENV)
|
||||
|
||||
clean-local:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue