diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-02-01 07:25:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-01 07:25:14 +0000 |
commit | d298ec662021a5703907fa6b1a5bf71343b1cccc (patch) | |
tree | 217b9db5e9cedeb58639f5ea36f002dc9d733df3 /functest/utils | |
parent | 1a498ce89ae559e73bc63d2ec3a31188a0d411df (diff) | |
parent | 19fe5417abf7e51bca79d164bf8d48b7a02e4077 (diff) |
Merge "Adapt doctor test case to the FeatureBase framework"
Diffstat (limited to 'functest/utils')
-rw-r--r-- | functest/utils/functest_constants.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/functest/utils/functest_constants.py b/functest/utils/functest_constants.py index 3cc744c6..bd109785 100644 --- a/functest/utils/functest_constants.py +++ b/functest/utils/functest_constants.py @@ -220,8 +220,6 @@ PROMISE_SUBNET_CIDR = get_value('promise.subnet_cidr', 'PROMISE_SUBNET_CIDR') PROMISE_ROUTER_NAME = get_value('promise.router_name', 'PROMISE_ROUTER_NAME') -DOCTOR_REPO_DIR = get_value('general.dir.dir_repo_doctor', - 'DOCTOR_REPO_DIR') COPPER_REPO_DIR = get_value('general.dir.repo_copper', 'COPPER_REPO_DIR') EXAMPLE_INSTANCE_NAME = get_value('example.vm_name', |