diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2016-12-22 13:00:49 +0800 |
---|---|---|
committer | SerenaFeng <feng.xiaowei@zte.com.cn> | 2016-12-22 18:08:11 +0800 |
commit | 25ac55e23e298de3ee0fee325556a4ea419370ce (patch) | |
tree | 02c1b329e8524c303642d1bdc50ff3e7bbb2aace /functest/utils/functest_constants.py | |
parent | 9ed0c2088646f497300e6048ced2e1b2fd87bdfe (diff) |
Refactor tempest using new constants provider
JIRA: FUNCTEST-673
Change-Id: Ibc274edd6bc9e8aea9e124fae84d7dec481982ab
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'functest/utils/functest_constants.py')
-rw-r--r-- | functest/utils/functest_constants.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functest/utils/functest_constants.py b/functest/utils/functest_constants.py index 991a2972..de7e9708 100644 --- a/functest/utils/functest_constants.py +++ b/functest/utils/functest_constants.py @@ -111,7 +111,7 @@ RALLY_PRIVATE_SUBNET_NAME = get_value('rally.subnet_name', RALLY_PRIVATE_SUBNET_CIDR = get_value('rally.subnet_cidr', 'RALLY_PRIVATE_SUBNET_CIDR') RALLY_ROUTER_NAME = get_value('rally.router_name', 'RALLY_ROUTER_NAME') -RALLY_INSTALLATION_DIR = get_value('general.dir.dir_rally_inst', +RALLY_INSTALLATION_DIR = get_value('general.dir.rally_inst', 'RALLY_INSTALLATION_DIR') GLANCE_IMAGE_NAME = get_value('general.openstack.image_name', 'GLANCE_IMAGE_NAME') @@ -149,7 +149,7 @@ TEMPEST_USE_CUSTOM_IMAGES = get_value('tempest.use_custom_images', 'TEMPEST_USE_CUSTOM_IMAGES') TEMPEST_USE_CUSTOM_FLAVORS = get_value('tempest.use_custom_flavors', 'TEMPEST_USE_CUSTOM_FLAVORS') -TEMPEST_TEST_LIST_DIR = get_value('general.dir.dir_tempest_cases', +TEMPEST_TEST_LIST_DIR = get_value('general.dir.tempest_cases', 'TEMPEST_TEST_LIST_DIR') NAME_VM_1 = get_value('vping.vm_name_1', 'NAME_VM_1') NAME_VM_2 = get_value('vping.vm_name_2', 'NAME_VM_2') |