aboutsummaryrefslogtreecommitdiffstats
path: root/functest/utils/functest_constants.py
diff options
context:
space:
mode:
authorh-hayashi <hideyasu.hayashi@okinawaopenlabs.org>2017-01-30 17:15:41 +0900
committerh-hayashi <hideyasu.hayashi@okinawaopenlabs.org>2017-01-31 18:58:43 +0900
commit19fe5417abf7e51bca79d164bf8d48b7a02e4077 (patch)
treec41a6cc4fd9d32d55a12735845d1cb8232b89c0a /functest/utils/functest_constants.py
parent3976ba7e348a6eef3a114fab4f5af57325e292e2 (diff)
Adapt doctor test case to the FeatureBase framework
JIRA: FUNCTEST-545 1. Modification of “doctor.py” to adapt Feature Base framework. deletion of detail("timestart and duration , status). 2. Deletion of definition of doctor’s repo directory in “functest_const.py" Change-Id: I81d944dc64a81346cbf465c452111f11474ea83c Signed-off-by: Hideyasu Hayashi <hideyasu.hayashi@okinawaopenlabs.org>
Diffstat (limited to 'functest/utils/functest_constants.py')
-rw-r--r--functest/utils/functest_constants.py2
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',