diff options
-rw-r--r-- | functest/ci/run_tests.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/functest/ci/run_tests.py b/functest/ci/run_tests.py index 2122e7f31..36b52fd42 100644 --- a/functest/ci/run_tests.py +++ b/functest/ci/run_tests.py @@ -30,12 +30,7 @@ import yaml import functest.ci.tier_builder as tb import functest.core.testcase as testcase -# __name__ cannot be used here LOGGER = logging.getLogger('functest.ci.run_tests') - -CONFIG_FUNCTEST_PATH = pkg_resources.resource_filename( - 'functest', 'ci/config_functest.yaml') - ENV_FILE = "/home/opnfv/functest/conf/env_file" |