mirror of
https://github.com/bytedance/g3.git
synced 2026-05-22 11:13:40 +00:00
5 lines
234 B
Bash
5 lines
234 B
Bash
#!/bin/sh
|
|
|
|
python3 "${PROJECT_DIR}/g3proxy/ci/python3+curl/test_httpbin.py" -T http://httpbin.local:8080
|
|
|
|
python3 "${PROJECT_DIR}/g3proxy/ci/python3+curl/test_httpbin.py" -T https://httpbin.local:8443 --ca-cert "${TEST_CA_CERT_FILE}"
|