Limit tests with non-openssl clients
Several quic interop implementations have a server implementation, but not a client implementation. Don't bother trying to run those Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/26130)
This commit is contained in:
parent
8cbe6e5a81
commit
005721e1a2
@ -12,6 +12,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
tests: [http3, transfer, handshake, retry, chacha20, resumption]
|
tests: [http3, transfer, handshake, retry, chacha20, resumption]
|
||||||
servers: [quic-go, ngtcp2, mvfst, quiche, nginx, msquic, haproxy]
|
servers: [quic-go, ngtcp2, mvfst, quiche, nginx, msquic, haproxy]
|
||||||
|
clients: [quic-go, ngtcp2, mvfst, quiche, msquic, openssl]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -37,5 +38,5 @@ jobs:
|
|||||||
python3 ./run.py -c openssl -t ${{ matrix.tests }} -s ${{ matrix.servers }} --log-dir ./logs-client -d
|
python3 ./run.py -c openssl -t ${{ matrix.tests }} -s ${{ matrix.servers }} --log-dir ./logs-client -d
|
||||||
- name: "run interop with openssl server"
|
- name: "run interop with openssl server"
|
||||||
run: |
|
run: |
|
||||||
python3 ./run.py -s openssl -t ${{ matrix.tests }} -c ${{ matrix.servers }} --log-dir ./logs-server -d
|
python3 ./run.py -s openssl -t ${{ matrix.tests }} -c ${{ matrix.clients }} --log-dir ./logs-server -d
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user