diff options
author | juraj.linkes <juraj.linkes@pantheon.tech> | 2018-09-19 14:59:43 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-09-27 12:08:02 +0000 |
commit | 8e26f6dbcf5a61fa2922f57edf04e1de18cdd4fc (patch) | |
tree | af5c4219863a208848f47f483443fe2b0d1825e1 /test/test_acl_plugin_macip.py | |
parent | 74447d4fc5f5ff1bbde8c0cab26b3aade0548da4 (diff) |
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 <juraj.linkes@pantheon.tech>
Diffstat (limited to 'test/test_acl_plugin_macip.py')
-rw-r--r-- | test/test_acl_plugin_macip.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |