diff options
Diffstat (limited to 'test/remote_test.py')
-rw-r--r-- | test/remote_test.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/remote_test.py b/test/remote_test.py index 0a6c3208ca8..21913b6c959 100644 --- a/test/remote_test.py +++ b/test/remote_test.py @@ -401,6 +401,10 @@ class RemoteVppTestCase(VppTestCase): super(RemoteVppTestCase, cls).setUpClass() os.environ = orig_env + @classmethod + def tearDownClass(cls): + super(RemoteVppTestCase, cls).tearDownClass() + @unittest.skip("Empty test") def emptyTest(self): """ Do nothing """ |