aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_gtpu.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_gtpu.py')
-rw-r--r--test/test_gtpu.py4
1 files changed, 4 insertions, 0 deletions
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.