run_quic_interop:
strategy:
matrix:
- tests: [http3, transfer, handshake, retry, chacha20]
+ tests: [http3, transfer, handshake, retry, chacha20, resumption, multiplexing]
servers: [quic-go, ngtcp2, mvfst, quiche, nginx, msquic, haproxy]
fail-fast: false
runs-on: ubuntu-latest
sudo apt-get install -y tshark
- name: Patch implementations file
run: |
- head -n -2 implementations.json > ./implementations.tmp
jq '.openssl = { image: "quay.io/openssl-ci/openssl-quic-interop"
, url: "https://github.com/openssl/openssl"
, role: "client"