aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/test_map.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test_map.py b/test/test_map.py
index 16e9607cedc..8ddc6bd5cd3 100644
--- a/test/test_map.py
+++ b/test/test_map.py
@@ -53,7 +53,12 @@ class TestMAP(VppTestCase):
def tearDown(self):
super(TestMAP, self).tearDown()
+
for i in self.pg_interfaces:
+ for t in (0, 1):
+ self.vapi.map_if_enable_disable(
+ is_enable=0, sw_if_index=i.sw_if_index, is_translation=t
+ )
i.unconfig_ip4()
i.unconfig_ip6()
i.admin_down()