aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_vxlan6.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_vxlan6.py')
-rw-r--r--test/test_vxlan6.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_vxlan6.py b/test/test_vxlan6.py
index fd89f05b03b..5ae8e7e1268 100644
--- a/test/test_vxlan6.py
+++ b/test/test_vxlan6.py
@@ -171,6 +171,10 @@ class TestVxlan6(BridgeDomain, VppTestCase):
super(TestVxlan6, cls).tearDownClass()
raise
+ @classmethod
+ def tearDownClass(cls):
+ super(TestVxlan6, 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.