X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fremote_test.py;h=21913b6c959b38802d9043a8d4dc8d0023917143;hb=4271c971919bb8defa3ca54f4a362676cd57bfb2;hp=bc6d70764ec5ef05cf21a814a670c45618d1acff;hpb=d3a9be2ca0b527bfeac808a822319e69e0d7fe76;p=vpp.git diff --git a/test/remote_test.py b/test/remote_test.py index bc6d70764ec..21913b6c959 100644 --- a/test/remote_test.py +++ b/test/remote_test.py @@ -353,7 +353,7 @@ class RemoteVppTestCase(VppTestCase): @classmethod def setUpClass(cls): - # fork new process before clinet connects to VPP + # fork new process before client connects to VPP cls.remote_test = RemoteClass(RemoteVppTestCase) # start remote process @@ -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 """