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>
This commit is contained in:

committed by
Damjan Marion

parent
74447d4fc5
commit
8e26f6dbcf
@ -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):
|
||||
|
Reference in New Issue
Block a user