diff options
Diffstat (limited to 'test/test_qos.py')
-rw-r--r-- | test/test_qos.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test_qos.py b/test/test_qos.py index c6de8498b33..bdae4989014 100644 --- a/test/test_qos.py +++ b/test/test_qos.py @@ -20,6 +20,14 @@ from scapy.contrib.mpls import MPLS class TestQOS(VppTestCase): """ QOS Test Case """ + @classmethod + def setUpClass(cls): + super(TestQOS, cls).setUpClass() + + @classmethod + def tearDownClass(cls): + super(TestQOS, cls).tearDownClass() + def setUp(self): super(TestQOS, self).setUp() |