summaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/run_sfc_tests.py
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2018-04-03 17:21:05 +0200
committerManuel Buil <mbuil@suse.com>2018-04-03 16:49:23 +0000
commit759d329153679f711dca3bd54c3cc01897c82d6d (patch)
tree0b91f6530967ef049bc18f59c2e42fe9292b4b68 /sfc/tests/functest/run_sfc_tests.py
parent9dda531e8e9be93b930b89d45a395085fbcb61cc (diff)
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 <mbuil@suse.com>
Diffstat (limited to 'sfc/tests/functest/run_sfc_tests.py')
-rw-r--r--sfc/tests/functest/run_sfc_tests.py1
1 files changed, 1 insertions, 0 deletions
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()