From 8e26f6dbcf5a61fa2922f57edf04e1de18cdd4fc Mon Sep 17 00:00:00 2001 From: "juraj.linkes" Date: Wed, 19 Sep 2018 14:59:43 +0200 Subject: Test typo fixes Renamed one acl testcase class which was copy-pasted and fixed one inheritance issue. Renamed one bihash testcase class. Change-Id: I70d911ee7872d8d9ddba96c7f721dd099f0152f7 Signed-off-by: juraj.linkes --- test/test_acl_plugin_macip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_acl_plugin_macip.py') diff --git a/test/test_acl_plugin_macip.py b/test/test_acl_plugin_macip.py index 611bc73e312..224bc31c0b2 100644 --- a/test/test_acl_plugin_macip.py +++ b/test/test_acl_plugin_macip.py @@ -144,7 +144,7 @@ class MethodHolder(VppTestCase): cls.subifs[3].remote_hosts = cls.loop0.remote_hosts[175:] except Exception: - super(TestMACIP, cls).tearDownClass() + super(MethodHolder, cls).tearDownClass() raise def setUp(self): -- cgit 1.2.3-korg