X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_bihash.py;h=ff2a898dae348a5ed8a1f9b67faae6d8b2496698;hb=ad9d528;hp=a5cf065735fe83737235c3b38f70612005f087ec;hpb=8b5dc4fd5e6698870ca33f50079b7277aa11f24e;p=vpp.git diff --git a/test/test_bihash.py b/test/test_bihash.py index a5cf065735f..ff2a898dae3 100644 --- a/test/test_bihash.py +++ b/test/test_bihash.py @@ -6,18 +6,18 @@ from framework import VppTestCase, VppTestRunner from vpp_ip_route import VppIpTable, VppIpRoute, VppRoutePath -class TestTCP(VppTestCase): +class TestBihash(VppTestCase): """ Bihash Test Cases """ @classmethod def setUpClass(cls): - super(TestTCP, cls).setUpClass() + super(TestBihash, cls).setUpClass() def setUp(self): - super(TestTCP, self).setUp() + super(TestBihash, self).setUp() def tearDown(self): - super(TestTCP, self).tearDown() + super(TestBihash, self).tearDown() def test_bihash_unittest(self): """ Bihash Add/Del Test """