summaryrefslogtreecommitdiffstats
path: root/test/asf/test_quic.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/asf/test_quic.py')
-rw-r--r--test/asf/test_quic.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/asf/test_quic.py b/test/asf/test_quic.py
index 2414186ab13..e453bd5b3e5 100644
--- a/test/asf/test_quic.py
+++ b/test/asf/test_quic.py
@@ -3,11 +3,9 @@
import unittest
import os
-import subprocess
import signal
from config import config
-from framework import tag_fixme_vpp_workers
-from framework import VppTestCase, VppTestRunner, Worker
+from asfframework import VppAsfTestCase, VppTestRunner, Worker, tag_fixme_vpp_workers
from vpp_ip_route import VppIpTable, VppIpRoute, VppRoutePath
@@ -53,7 +51,7 @@ class QUICAppWorker(Worker):
@unittest.skipIf("quic" in config.excluded_plugins, "Exclude QUIC plugin tests")
-class QUICTestCase(VppTestCase):
+class QUICTestCase(VppAsfTestCase):
"""QUIC Test Case"""
timeout = 20