gbp: remove loopback interfaces between tests
[vpp.git] / src / plugins / gbp / test / test_gbp.py
index cb42649..3989e23 100644 (file)
@@ -652,6 +652,9 @@ class TestGBP(VppTestCase):
         for i in self.pg_interfaces:
             i.admin_down()
         super(TestGBP, self).tearDown()
+        for i in self.lo_interfaces:
+            i.remove_vpp_config()
+        self.lo_interfaces = []
         self.vlan_102.remove_vpp_config()
         self.vlan_101.remove_vpp_config()
         self.vlan_100.remove_vpp_config()