From e0d2bd6bd7fc59c0c6ac48195d7f825dc99bfd91 Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Fri, 22 Jun 2018 22:36:46 +0200 Subject: Revert "ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums" This reverts commit a98346f664aae148d26a8e158008b773d73db96f. Change-Id: Iee5b3a5ddff0e8fd3a30fe5973cee24de434fe12 Signed-off-by: Ole Troan --- test/discover_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/discover_tests.py') diff --git a/test/discover_tests.py b/test/discover_tests.py index 99016e2845e..eea594107b6 100755 --- a/test/discover_tests.py +++ b/test/discover_tests.py @@ -30,7 +30,7 @@ def discover_tests(directory, callback): continue if not issubclass(cls, unittest.TestCase): continue - if name == "VppTestCase" or name.startswith("Template"): + if name == "VppTestCase": continue for method in dir(cls): if not callable(getattr(cls, method)): -- cgit 1.2.3-korg