summaryrefslogtreecommitdiffstats
path: root/testcases/features/doctor.py
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-08-31 12:12:50 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-31 12:12:50 +0000
commit25440e47fd5733786eb3da5ef1367b9fb77af0a9 (patch)
treeac46e7cc58676c74d96d8c90c8c7b6fef57581e6 /testcases/features/doctor.py
parent35cf15a87126b6947b59899cd726f4b92599fe79 (diff)
parent834f81f0ad708b930f66aec1fd8b36e2cfb8b32b (diff)
Merge "delete useless FUNCTEST_REPO variable"
Diffstat (limited to 'testcases/features/doctor.py')
-rwxr-xr-xtestcases/features/doctor.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/testcases/features/doctor.py b/testcases/features/doctor.py
index 154cfc695..02edd25ca 100755
--- a/testcases/features/doctor.py
+++ b/testcases/features/doctor.py
@@ -31,7 +31,6 @@ with open(os.environ["CONFIG_FUNCTEST_YAML"]) as f:
functest_yaml = yaml.safe_load(f)
dirs = functest_yaml.get('general').get('directories')
-FUNCTEST_REPO = dirs.get('dir_repo_functest')
DOCTOR_REPO = dirs.get('dir_repo_doctor')
logger = ft_logger.Logger("doctor").getLogger()