X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_gtpu.py;h=0d764f55edb6062dcf1ce621a4c6cedd2e15713f;hb=7f9b7f9f492d1748d8ba025b3a713058fdb1943d;hp=26c292af8680a9026689303e3fa9beec4951a236;hpb=2e1c8967faf4e9f7b45471df02e4e5b07fbb520a;p=vpp.git diff --git a/test/test_gtpu.py b/test/test_gtpu.py index 26c292af868..0d764f55edb 100644 --- a/test/test_gtpu.py +++ b/test/test_gtpu.py @@ -278,6 +278,10 @@ class TestGtpu(BridgeDomain, VppTestCase): super(TestGtpu, cls).tearDownClass() raise + @classmethod + def tearDownClass(cls): + super(TestGtpu, cls).tearDownClass() + # Method to define VPP actions before tear down of the test case. # Overrides tearDown method in VppTestCase class. # @param self The object pointer.