From 759d329153679f711dca3bd54c3cc01897c82d6d Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Tue, 3 Apr 2018 17:21:05 +0200 Subject: Fix flake8 problems There was a bug in releng and pylint was not ran, some issues got merged in master because of that Change-Id: Icf3fa882f4f2b0593fa0b85edce46e49dcc303c9 Signed-off-by: Manuel Buil --- sfc/tests/functest/run_sfc_tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sfc/tests/functest/run_sfc_tests.py') diff --git a/sfc/tests/functest/run_sfc_tests.py b/sfc/tests/functest/run_sfc_tests.py index 6c4a86d3..64c5b385 100644 --- a/sfc/tests/functest/run_sfc_tests.py +++ b/sfc/tests/functest/run_sfc_tests.py @@ -186,6 +186,7 @@ class SfcFunctest(testcase.TestCase): return testcase.TestCase.EX_RUN_ERROR + def main(): logging.basicConfig(level=logging.INFO) SFC = SfcFunctest() -- cgit 1.2.3-korg