From 19fe5417abf7e51bca79d164bf8d48b7a02e4077 Mon Sep 17 00:00:00 2001 From: h-hayashi Date: Mon, 30 Jan 2017 17:15:41 +0900 Subject: Adapt doctor test case to the FeatureBase framework MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- functest/utils/functest_constants.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'functest/utils/functest_constants.py') 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', -- cgit 1.2.3-korg