From 3a4f778d585690373c2fd2ca127ab16e289ea67a Mon Sep 17 00:00:00 2001 From: George Paraskevopoulos Date: Thu, 1 Dec 2016 15:09:11 +0200 Subject: remove FUNCTEST_REPO global ft_utils.FUNCTEST_REPO does not exist and it crashes the test. Also it is not used anywhere, so it should be removed Change-Id: I71624e2c7ae9f9cb4638cc49c92069643e0b16d3 Signed-off-by: George Paraskevopoulos --- tests/functest/odl-sfc/sfc.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/functest/odl-sfc/sfc.py b/tests/functest/odl-sfc/sfc.py index edc1aaaa..3dba62f9 100755 --- a/tests/functest/odl-sfc/sfc.py +++ b/tests/functest/odl-sfc/sfc.py @@ -21,7 +21,6 @@ args = parser.parse_args() logger = ft_logger.Logger("ODL_SFC").getLogger() FUNCTEST_RESULTS_DIR = '/home/opnfv/functest/results/odl-sfc' -FUNCTEST_REPO = ft_utils.FUNCTEST_REPO REPO_PATH = os.path.join(os.environ['REPOS_DIR'], 'sfc/') CLIENT = "client" SERVER = "server" -- cgit 1.2.3-korg