aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_fib.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_fib.py')
-rw-r--r--test/test_fib.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/test_fib.py b/test/test_fib.py
index 1e28e8f8043..6b597465796 100644
--- a/test/test_fib.py
+++ b/test/test_fib.py
@@ -8,16 +8,6 @@ from framework import VppTestCase, VppTestRunner
class TestFIB(VppTestCase):
""" FIB Test Case """
- @classmethod
- def setUpClass(cls):
- super(TestFIB, cls).setUpClass()
-
- def setUp(self):
- super(TestFIB, self).setUp()
-
- def tearDown(self):
- super(TestFIB, self).tearDown()
-
def test_fib(self):
""" FIB Unit Tests """
error = self.vapi.cli("test fib")