aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-02-09 10:32:45 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-02-09 16:24:11 +0100
commit2a0c7b30a067813007981b242956d3b450b251dc (patch)
tree72cc0e0d8ffee6595ee2cb4e5de82559ba40bced
parent1358b3c96371c48f16ad7691bb37499229f1c373 (diff)
Remove one obsolete var
Else it simply forces the config file into xtesting. Change-Id: I33153997f2aa422e50cea011f6a4e7eb567a83d7 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--functest/ci/run_tests.py5
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"