diff options
Diffstat (limited to 'test/test_srmpls.py')
-rw-r--r-- | test/test_srmpls.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test_srmpls.py b/test/test_srmpls.py index 756405ab6d7..7e729658b43 100644 --- a/test/test_srmpls.py +++ b/test/test_srmpls.py @@ -49,6 +49,14 @@ def verify_mpls_stack(tst, rx, mpls_labels): class TestSRMPLS(VppTestCase): """ SR-MPLS Test Case """ + @classmethod + def setUpClass(cls): + super(TestSRMPLS, cls).setUpClass() + + @classmethod + def tearDownClass(cls): + super(TestSRMPLS, cls).tearDownClass() + def setUp(self): super(TestSRMPLS, self).setUp() |