X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_vapi.py;h=7bb815d77f3069efcc693cb6abc55a7939962171;hb=64b3cc218326a23ccae31634ddd9eafcddb28252;hp=ebd189cd7c890a1d8b3610975e70f71db24ce8a8;hpb=defde0f87067eb473660794cbd4a2da69fdd191d;p=vpp.git diff --git a/test/test_vapi.py b/test/test_vapi.py index ebd189cd7c8..7bb815d77f3 100644 --- a/test/test_vapi.py +++ b/test/test_vapi.py @@ -12,6 +12,14 @@ from framework import VppTestCase, running_extended_tests, \ class VAPITestCase(VppTestCase): """ VAPI test """ + @classmethod + def setUpClass(cls): + super(VAPITestCase, cls).setUpClass() + + @classmethod + def tearDownClass(cls): + super(VAPITestCase, cls).tearDownClass() + def test_vapi_c(self): """ run C VAPI tests """ var = "TEST_DIR"