From 3f64da390197f6dce4b2d3bdfa7062bc373be282 Mon Sep 17 00:00:00 2001 From: Masaori Koshiba Date: Tue, 8 Jun 2021 09:51:42 +0900 Subject: [PATCH] AuTest: Enable h2spec generic test cases --- tests/gold_tests/h2/h2spec.test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gold_tests/h2/h2spec.test.py b/tests/gold_tests/h2/h2spec.test.py index f6ab102c6e4..37740dd7c96 100644 --- a/tests/gold_tests/h2/h2spec.test.py +++ b/tests/gold_tests/h2/h2spec.test.py @@ -59,7 +59,7 @@ # ---- # In case you need to disable some of the tests, you can specify sections like http2/6.4. -h2spec_targets = "http2/1 http2/2 http2/3 http2/4 http2/5 http2/6 http2/7 http2/8 hpack" +h2spec_targets = "generic http2/3 http2/4 http2/5 http2/6 http2/7 http2/8 hpack" test_run = Test.AddTestRun() test_run.Processes.Default.Command = 'h2spec {0} -t -k --timeout 10 -p {1}'.format(h2spec_targets, ts.Variables.ssl_port)