diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2016-12-22 11:16:39 +0800 |
---|---|---|
committer | SerenaFeng <feng.xiaowei@zte.com.cn> | 2016-12-22 18:50:43 +0800 |
commit | 62ffd8a7e6790ab0377550740d3cfe8eea298392 (patch) | |
tree | d3b0c99cf34520cfe81b0b064e4f6a6a582eb79f /functest/utils | |
parent | 25ac55e23e298de3ee0fee325556a4ea419370ce (diff) |
Refactor domino using FeatureBase and new constants provider
JIRA: FUNCTEST-673
Change-Id: I153fd5ca68deffa6fd140e62f438cf6ee5404f98
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'functest/utils')
-rw-r--r-- | functest/utils/functest_constants.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/functest/utils/functest_constants.py b/functest/utils/functest_constants.py index de7e9708..ae3e527f 100644 --- a/functest/utils/functest_constants.py +++ b/functest/utils/functest_constants.py @@ -7,8 +7,9 @@ # http://www.apache.org/licenses/LICENSE-2.0 # import os -import functest.utils.functest_utils as ft_utils + import functest.utils.functest_logger as ft_logger +import functest.utils.functest_utils as ft_utils logger = ft_logger.Logger("functest_constants").getLogger() @@ -87,7 +88,7 @@ OPENSTACK_CREDS = get_value('general.openstack.creds', 'creds') OPENSTACK_SNAPSHOT_FILE = get_value('general.openstack.snapshot_file', 'OPENSTACK_SNAPSHOT_FILE') -DOMINO_REPO_DIR = get_value('general.dir.dir_repo_domino', +DOMINO_REPO_DIR = get_value('general.dir.repo_domino', 'DOMINO_REPO_DIR') SDNVPN_REPO_DIR = get_value('general.dir.repo_sdnvpn', 'SDNVPN_REPO_DIR') |