From 9ed0c2088646f497300e6048ced2e1b2fd87bdfe Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Wed, 21 Dec 2016 14:51:30 +0100 Subject: Adapt SDNVPN tests using Featurebase Change-Id: I8be4bb72ba1d3b7eb2ba6e1edccf61d4186e07c6 Signed-off-by: jose.lausuch --- functest/utils/functest_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functest/utils') diff --git a/functest/utils/functest_constants.py b/functest/utils/functest_constants.py index dfa59eb3..991a2972 100644 --- a/functest/utils/functest_constants.py +++ b/functest/utils/functest_constants.py @@ -89,7 +89,7 @@ OPENSTACK_SNAPSHOT_FILE = get_value('general.openstack.snapshot_file', DOMINO_REPO_DIR = get_value('general.dir.dir_repo_domino', 'DOMINO_REPO_DIR') -SDNVPN_REPO_DIR = get_value('general.dir.dir_repo_sdnvpn', +SDNVPN_REPO_DIR = get_value('general.dir.repo_sdnvpn', 'SDNVPN_REPO_DIR') SFC_REPO_DIR = get_value('general.dir.repo_sfc', 'SFC_REPO_DIR') -- cgit 1.2.3-korg