VPP-1508: Tests: Fix vpp_api struct.error under py3.
[vpp.git] / test / test_acl_plugin_conns.py
index d3c8581..b6c4737 100644 (file)
@@ -142,6 +142,10 @@ class ACLPluginConnTestCase(VppTestCase):
             i.resolve_arp()
             i.resolve_ndp()
 
+    @classmethod
+    def tearDownClass(cls):
+        super(ACLPluginConnTestCase, cls).tearDownClass()
+
     def tearDown(self):
         """Run standard test teardown and log various show commands
         """