diff options
Diffstat (limited to 'test/test_svs.py')
-rw-r--r-- | test/test_svs.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test_svs.py b/test/test_svs.py index 563ed1ad0cb..b4e6722baa8 100644 --- a/test/test_svs.py +++ b/test/test_svs.py @@ -16,6 +16,14 @@ from vpp_papi import VppEnum class TestSVS(VppTestCase): """ SVS Test Case """ + @classmethod + def setUpClass(cls): + super(TestSVS, cls).setUpClass() + + @classmethod + def tearDownClass(cls): + super(TestSVS, cls).tearDownClass() + def setUp(self): super(TestSVS, self).setUp() |