tests: Revert "Python Tests: Make VppTestCase unit testable." 38/23738/3
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Mon, 2 Dec 2019 18:12:56 +0000 (13:12 -0500)
committerOle Trøan <otroan@employees.org>
Thu, 5 Dec 2019 14:55:55 +0000 (14:55 +0000)
Type: test
This reverts commit 087c811b63aa6b0575149749e188bb37e7fb0513.

Change-Id: Ica12597f27d5a75c33c12c2d27a227dc4866adcb
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
test/framework.py

index 80e66a2..cffad83 100644 (file)
@@ -1172,11 +1172,6 @@ class VppTestCase(unittest.TestCase):
 
         return rx
 
-    def runTest(self):
-        """ unittest calls runTest when TestCase is instantiated without a
-        test case.  Use case: Writing unittests against VppTestCase"""
-        pass
-
 
 def get_testcase_doc_name(test):
     return getdoc(test.__class__).splitlines()[0]