Code Review
/
functest-xtesting.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
1358b3c
)
Remove one obsolete var
author
Cédric Ollivier
<cedric.ollivier@orange.com>
Fri, 9 Feb 2018 09:32:45 +0000
(10:32 +0100)
committer
Cédric Ollivier
<cedric.ollivier@orange.com>
Fri, 9 Feb 2018 15:24:11 +0000
(16:24 +0100)
Else it simply forces the config file into xtesting.
Change-Id: I33153997f2aa422e50cea011f6a4e7eb567a83d7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
functest/ci/run_tests.py
patch
|
blob
|
history
diff --git
a/functest/ci/run_tests.py
b/functest/ci/run_tests.py
index
2122e7f
..
36b52fd
100644
(file)
--- 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"