diff options
Diffstat (limited to 'test/test_igmp.py')
-rw-r--r-- | test/test_igmp.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test_igmp.py b/test/test_igmp.py index e94d29bb7c5..017382d3b5b 100644 --- a/test/test_igmp.py +++ b/test/test_igmp.py @@ -20,6 +20,14 @@ class IgmpMode: class TestIgmp(VppTestCase): """ IGMP Test Case """ + @classmethod + def setUpClass(cls): + super(TestIgmp, cls).setUpClass() + + @classmethod + def tearDownClass(cls): + super(TestIgmp, cls).tearDownClass() + def setUp(self): super(TestIgmp, self).setUp() |