trafficserver
trafficserver copied to clipboard
Run autests with curl UDS default
Extension of #12122
Add autest-uds cmake preset to run all autests with curl --unix-socket [ts_runtime_dir/socket] command
- skips h2 and tls autests for uds case
- skips unrelated autests or specific test runs with
Condition.CurlIsUsingUnixDomainSocket()- changes include removing
--ipv4flag when--unix-socketis present, not including full url in gold file, etc
- changes include removing
curl_basestring format created to just havecurl(without uds flag) available in uds case
Resolves #12184
Added to milestone 10.1.1 via #12360