From 24adebad278b88b26bdae5615b6dea94dba7b757 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Tue, 20 Dec 2022 17:41:43 -0500 Subject: quic: fix quic plugin with openssl 3.x - load openssl legacy providers during quic init when building with openssl 3.0 or greater - re-enable quic 'make test' testcases on ubuntu-22.04 Type: fix Change-Id: Icfd429b6bc1bddf9f9937baa44cc47cd535ac5f2 Signed-off-by: Dave Wallace --- test/asf/test_quic.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test') diff --git a/test/asf/test_quic.py b/test/asf/test_quic.py index e7224bcbf61..6651d74d036 100644 --- a/test/asf/test_quic.py +++ b/test/asf/test_quic.py @@ -6,7 +6,7 @@ import os import subprocess import signal from config import config -from framework import tag_fixme_vpp_workers, tag_fixme_ubuntu2204 +from framework import tag_fixme_vpp_workers from framework import VppTestCase, VppTestRunner, Worker from vpp_ip_route import VppIpTable, VppIpRoute, VppRoutePath @@ -52,7 +52,6 @@ class QUICAppWorker(Worker): return False -@tag_fixme_ubuntu2204 class QUICTestCase(VppTestCase): """QUIC Test Case""" -- cgit 1.2.3-korg