aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_gre.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_gre.py')
-rw-r--r--test/test_gre.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_gre.py b/test/test_gre.py
index 85ef88fb25e..6b3c23f273a 100644
--- a/test/test_gre.py
+++ b/test/test_gre.py
@@ -30,6 +30,10 @@ class TestGRE(VppTestCase):
def setUpClass(cls):
super(TestGRE, cls).setUpClass()
+ @classmethod
+ def tearDownClass(cls):
+ super(TestGRE, cls).tearDownClass()
+
def setUp(self):
super(TestGRE, self).setUp()