tests: remove unnecessary setup in policer test

The policer test class overrides setup and teardown methods from
VppTestCase but doesn't do anything other than call the parent's
method.

Type: test
Signed-off-by: Brian Russell <brian@graphiant.com>
Change-Id: I76bac084c4cb5cb5195e34afe95b38affd585942
This commit is contained in:
Brian Russell
2021-02-17 10:02:47 +00:00
committed by Neale Ranns
parent 3d0e0d155d
commit 0306fe6681

View File

@@ -26,12 +26,6 @@ EBURST = 200000 # Excess burst in bytes
class TestPolicer(VppTestCase):
""" Policer Test Case """
def setUp(self):
super(TestPolicer, self).setUp()
def tearDown(self):
super(TestPolicer, self).tearDown()
def run_policer_test(self, type, cir, cb, eir, eb, rate=8000, burst=10000,
colour=0):
"""