Commit c856bc5434 for openssl.org
commit c856bc543403e023426b4a381040ae0bb2c7dd05
Author: Andrew Dinh <andrewd@openssl.org>
Date: Thu Aug 13 22:13:13 2026 +0700
Extend qlog coverage to radix test
So that frame-type check covers both frameworks
Reviewed-by: Saša NedvÄ›dický <sashan@openssl.org>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
Merge-date: Wed Sep 2 06:32:34 2026
Merged-from: https://github.com/openssl/openssl/pull/32335
diff --git a/test/recipes/70-test_quic_multistream.t b/test/recipes/70-test_quic_multistream.t
index 320d095d94..51f5ff54f7 100644
--- a/test/recipes/70-test_quic_multistream.t
+++ b/test/recipes/70-test_quic_multistream.t
@@ -37,8 +37,12 @@ SKIP: {
skip "no qlog", 1 if disabled('qlog');
skip "not running CI tests", 1 unless $ENV{OSSL_RUN_CI_TESTS};
- subtest "check qlog output" => sub {
- plan tests => 1;
+ subtest "generate and check qlog output" => sub {
+ plan tests => 2;
+ ok(run(test(["quic_radix_test",
+ srctop_file("test", "certs", "servercert.pem"),
+ srctop_file("test", "certs", "serverkey.pem")])),
+ "running quic_radix_test to contribute qlog output");
ok(run(cmd([data_file("verify-qlog.py")], exe_shell => "python3")),
"running qlog verification script");