From 7ab40eb0d15d98fe963618f592e44fc653f6f16a Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 5 Mar 2018 08:23:20 +0100 Subject: Remove run_sfc_tests.py from scripts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is no longer called via BashFeature. Change-Id: I8ae6b24d5e02f269056c1d4615b436c1a2a3a903 Signed-off-by: Cédric Ollivier --- sfc/tests/functest/run_sfc_tests.py | 8 -------- 1 file changed, 8 deletions(-) (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 f779e2a3..a22d5fb2 100644 --- a/sfc/tests/functest/run_sfc_tests.py +++ b/sfc/tests/functest/run_sfc_tests.py @@ -11,7 +11,6 @@ import importlib import os import time -import sys import yaml from xtesting.core import testcase @@ -185,10 +184,3 @@ class SfcFunctest(testcase.TestCase): return testcase.TestCase.EX_OK return testcase.TestCase.EX_RUN_ERROR - - -if __name__ == '__main__': - logging.basicConfig(level=logging.DEBUG, format='%(asctime)s - %(name)s' - '- %(levelname)s - %(message)s') - SFC = SfcFunctest() - sys.exit(SFC.run()) -- cgit 1.2.3-korg