X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_ipsec_tun_if_esp.py;h=9c5a15377e63463b2d3e1656162ba1ad5a6109af;hb=7f9b7f9f492d1748d8ba025b3a713058fdb1943d;hp=8d01185aa682dec88096f2e1a0b443546af25e02;hpb=2e1c8967faf4e9f7b45471df02e4e5b07fbb520a;p=vpp.git diff --git a/test/test_ipsec_tun_if_esp.py b/test/test_ipsec_tun_if_esp.py index 8d01185aa68..9c5a15377e6 100644 --- a/test/test_ipsec_tun_if_esp.py +++ b/test/test_ipsec_tun_if_esp.py @@ -20,6 +20,14 @@ class TemplateIpsec4TunIfEsp(TemplateIpsec): encryption_type = ESP + @classmethod + def setUpClass(cls): + super(TemplateIpsec4TunIfEsp, cls).setUpClass() + + @classmethod + def tearDownClass(cls): + super(TemplateIpsec4TunIfEsp, cls).tearDownClass() + def setUp(self): super(TemplateIpsec4TunIfEsp, self).setUp()