From e4fea1c639b3f04998595bac43c7a45dea5c4c73 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Thu, 22 Dec 2016 17:51:15 +0800 Subject: refactor rally using new constants provider JIRA: FUNCTEST-673 Change-Id: I4b542a7693aaf7dd037e0e55dee3f22dda8df27a Signed-off-by: SerenaFeng --- functest/utils/functest_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functest/utils/functest_constants.py') diff --git a/functest/utils/functest_constants.py b/functest/utils/functest_constants.py index dd2caf054..3cdcad67a 100644 --- a/functest/utils/functest_constants.py +++ b/functest/utils/functest_constants.py @@ -103,7 +103,7 @@ ONOS_SFC_RELATIVE_PATH = get_value('general.dir.dir_onos_sfc', 'ONOS_SFC_RELATIVE_PATH') ONOS_SFC_IMAGE_BASE_URL = get_value('onos_sfc.image_base_url', 'ONOS_SFC_IMAGE_BASE_URL') -RALLY_RELATIVE_PATH = get_value('general.dir.dir_rally', +RALLY_RELATIVE_PATH = get_value('general.dir.rally', 'RALLY_RELATIVE_PATH') RALLY_PRIVATE_NET_NAME = get_value('rally.network_name', 'RALLY_PRIVATE_NET_NAME') -- cgit 1.2.3-korg