diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2018-02-09 16:12:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-09 16:12:13 +0000 |
commit | 0bead15943852cb018a83832e9a76c7e87c71ab7 (patch) | |
tree | 727f404bbba0db4356a0627e5416db53f2bd2b1c | |
parent | 23d94834ee5aca5d184bfa152e5275d7a50a3f8a (diff) | |
parent | 2a0c7b30a067813007981b242956d3b450b251dc (diff) |
Merge "Remove one obsolete var"
-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" |