X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_vom.py;h=2d735ee01480381ad3ee261ad07c627e1dfce54f;hb=418ebb711e7f32a160f824cee7de0122076d216a;hp=222d72c1238bf66896f850590224f31324a0ceee;hpb=defde0f87067eb473660794cbd4a2da69fdd191d;p=vpp.git diff --git a/test/test_vom.py b/test/test_vom.py index 222d72c1238..2d735ee0148 100644 --- a/test/test_vom.py +++ b/test/test_vom.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """ VAPI test """ import unittest @@ -12,6 +12,14 @@ from framework import VppTestCase, running_extended_tests, \ class VOMTestCase(VppTestCase): """ VPP Object Model Test """ + @classmethod + def setUpClass(cls): + super(VOMTestCase, cls).setUpClass() + + @classmethod + def tearDownClass(cls): + super(VOMTestCase, cls).tearDownClass() + def test_vom_cpp(self): """ run C++ VOM tests """ var = "TEST_DIR"