aboutsummaryrefslogtreecommitdiffstats
path: root/test/asf/test_buffers.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/asf/test_buffers.py')
-rw-r--r--test/asf/test_buffers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/asf/test_buffers.py b/test/asf/test_buffers.py
index b3a2b6d3d69..d22326f172a 100644
--- a/test/asf/test_buffers.py
+++ b/test/asf/test_buffers.py
@@ -1,9 +1,9 @@
#!/usr/bin/env python3
-from asfframework import VppTestCase
+from asfframework import VppAsfTestCase
-class TestBuffers(VppTestCase):
+class TestBuffers(VppAsfTestCase):
"""Buffer C Unit Tests"""
@classmethod