mirror of
https://github.com/curl/curl.git
synced 2026-08-01 17:50:28 +03:00
pytest: add SOCKS tests and scoring
Configure curl with `--with-test-sockd=<path to sockd>` for a locally installed dante sockd server and new `test_40_*` will verify that down- and uploads work via SOCKS. Invoke scorecard.py with `--socks4` or `--socks5` to run performance tests with SOCKS. Note that SOCKS is not supported for HTTP/3. Ref: #17969 Closes #17986
This commit is contained in:
parent
fb0b4c8710
commit
ab5e0bfddc
15 changed files with 450 additions and 66 deletions
|
|
@ -52,6 +52,7 @@ Via curl's `configure` script you may specify:
|
|||
* `--with-test-httpd=<httpd-install-path>` if you have an Apache httpd installed somewhere else. On Debian/Ubuntu it will otherwise look into `/usr/bin` and `/usr/sbin` to find those.
|
||||
* `--with-test-caddy=<caddy-install-path>` if you have a Caddy web server installed somewhere else.
|
||||
* `--with-test-vsftpd=<vsftpd-install-path>` if you have a vsftpd ftp server installed somewhere else.
|
||||
* `--with-test-sockd=<dante-sockd-path>` if you have `dante sockd` server installed
|
||||
|
||||
## Usage Tips
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue