aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_map.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_map.py')
-rw-r--r--test/test_map.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test_map.py b/test/test_map.py
index a8e8ab378a6..2f04db28b6e 100644
--- a/test/test_map.py
+++ b/test/test_map.py
@@ -15,6 +15,14 @@ from scapy.layers.inet6 import IPv6, ICMPv6TimeExceeded
class TestMAP(VppTestCase):
""" MAP Test Case """
+ @classmethod
+ def setUpClass(cls):
+ super(TestMAP, cls).setUpClass()
+
+ @classmethod
+ def tearDownClass(cls):
+ super(TestMAP, cls).tearDownClass()
+
def setUp(self):
super(TestMAP, self).setUp()