Add amplification limit test to interop quic testing

Because this ci job only runs from the master branch, we need to add the
test here to validate that our server respects amplification limits in
our ci runs.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26181)
This commit is contained in:
Neil Horman 2024-12-14 15:56:22 -05:00
parent 82e7a1130a
commit e0ea913f11

View File

@ -10,7 +10,7 @@ jobs:
run_quic_interop:
strategy:
matrix:
tests: [http3, transfer, handshake, retry, chacha20, resumption]
tests: [http3, transfer, handshake, retry, chacha20, resumption, amplificationlimit]
servers: [quic-go, ngtcp2, mvfst, quiche, nginx, msquic, haproxy]
clients: [quic-go, ngtcp2, mvfst, quiche, msquic, openssl]
fail-fast: false