diff options
Diffstat (limited to 'test/asf/test_tap.py')
-rw-r--r-- | test/asf/test_tap.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/asf/test_tap.py b/test/asf/test_tap.py index 1a9d0ac56b8..c436ec6b6ae 100644 --- a/test/asf/test_tap.py +++ b/test/asf/test_tap.py @@ -1,7 +1,7 @@ import unittest import os -from asfframework import VppTestCase, VppTestRunner +from asfframework import VppAsfTestCase, VppTestRunner from vpp_devices import VppTAPInterface @@ -10,7 +10,7 @@ def check_tuntap_driver_access(): @unittest.skip("Requires root") -class TestTAP(VppTestCase): +class TestTAP(VppAsfTestCase): """TAP Test Case""" def test_tap_add_del(self): |