X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fframework.py;h=cffad835b5a0054e76483cb8d95e80db1927ad0a;hb=8b2fffd93f5f42ae35b0843c8a95681a13c84e90;hp=80e66a25549f6aff4fc0a941b58b0c2b822785d9;hpb=0c6293230d480b899cab0de28887a3bbc4b82f56;p=vpp.git diff --git a/test/framework.py b/test/framework.py index 80e66a25549..cffad835b5a 100644 --- a/test/framework.py +++ b/test/framework.py @@ -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]