From 67b739fba178f1336a00d3147e0cae89905cb128 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Tue, 10 Sep 2024 15:51:14 -0400 Subject: [PATCH] Add some more tests to the interop matrix and fixup a typo * Add resumption and multiplexing tests * Remove needless head -n operation when patching implementation.json Reviewed-by: Sasa Nedvedicky Reviewed-by: Viktor Dukhovni Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/25426) --- .github/workflows/run_quic_interop.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/run_quic_interop.yml b/.github/workflows/run_quic_interop.yml index 202b2c29a85..b77880d5cf5 100644 --- a/.github/workflows/run_quic_interop.yml +++ b/.github/workflows/run_quic_interop.yml @@ -10,7 +10,7 @@ jobs: 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 @@ -27,7 +27,6 @@ jobs: 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" -- 2.47.2