test_fib.py: Remove empty methods
[vpp.git] / test / test_fib.py
index 1e28e8f..6b59746 100644 (file)
@@ -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")