summaryrefslogtreecommitdiffstats
path: root/test/asf/test_tls.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/asf/test_tls.py')
-rw-r--r--test/asf/test_tls.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/asf/test_tls.py b/test/asf/test_tls.py
index e70c63d9a32..d2d1d9a4747 100644
--- a/test/asf/test_tls.py
+++ b/test/asf/test_tls.py
@@ -5,7 +5,7 @@ import os
import re
import subprocess
-from asfframework import VppTestCase, VppTestRunner
+from asfframework import VppAsfTestCase, VppTestRunner
from vpp_ip_route import VppIpTable, VppIpRoute, VppRoutePath
@@ -52,7 +52,7 @@ def checkAll():
return ret
-class TestTLS(VppTestCase):
+class TestTLS(VppAsfTestCase):
"""TLS Qat Test Case."""
@classmethod