diff options
Diffstat (limited to 'test/test_vxlan_gbp.py')
-rw-r--r-- | test/test_vxlan_gbp.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_vxlan_gbp.py b/test/test_vxlan_gbp.py index 1e6edcfeda5..b4f86991ff9 100644 --- a/test/test_vxlan_gbp.py +++ b/test/test_vxlan_gbp.py @@ -156,6 +156,10 @@ class TestVxlanGbp(VppTestCase): super(TestVxlanGbp, cls).tearDownClass() raise + @classmethod + def tearDownClass(cls): + super(TestVxlanGbp, cls).tearDownClass() + def assert_eq_pkts(self, pkt1, pkt2): """ Verify the Ether, IP, UDP, payload are equal in both packets |