tests: remove unnecessary setup in policer test 41/31341/2
authorBrian Russell <brian@graphiant.com>
Wed, 17 Feb 2021 10:02:47 +0000 (10:02 +0000)
committerNeale Ranns <neale@graphiant.com>
Thu, 18 Feb 2021 17:02:38 +0000 (17:02 +0000)
commit0306fe6681e85f580d80ab968dbed267024fa1fc
treee0bd65c0186978c527c9881172f205f710a58e6d
parent3d0e0d155de32eb215a7ca675dfca5a28f8837cc
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
src/vnet/policer/test/test_policer.py