X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_l2_flood.py;h=a5c6e19243401185168b734d8f612f7a1200f731;hb=7f9b7f9f492d1748d8ba025b3a713058fdb1943d;hp=35d325e132907d1ef98b869b069734c836185cba;hpb=2e1c8967faf4e9f7b45471df02e4e5b07fbb520a;p=vpp.git diff --git a/test/test_l2_flood.py b/test/test_l2_flood.py index 35d325e1329..a5c6e192434 100644 --- a/test/test_l2_flood.py +++ b/test/test_l2_flood.py @@ -15,6 +15,14 @@ from scapy.layers.inet import IP, UDP class TestL2Flood(VppTestCase): """ L2-flood """ + @classmethod + def setUpClass(cls): + super(TestL2Flood, cls).setUpClass() + + @classmethod + def tearDownClass(cls): + super(TestL2Flood, cls).tearDownClass() + def setUp(self): super(TestL2Flood, self).setUp()