diff options
author | George Paraskevopoulos <geopar@intracom-telecom.com> | 2016-12-01 15:09:11 +0200 |
---|---|---|
committer | George Paraskevopoulos <geopar@intracom-telecom.com> | 2016-12-01 15:11:45 +0200 |
commit | 3a4f778d585690373c2fd2ca127ab16e289ea67a (patch) | |
tree | 6d7f1f312bf7a0c3f5f5f8a4d281bf91625f0161 /tests/functest/odl-sfc | |
parent | 34ac334f68ad52feb34b5503a16d4f1eccffdc14 (diff) |
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 <geopar@intracom-telecom.com>
Diffstat (limited to 'tests/functest/odl-sfc')
-rwxr-xr-x | tests/functest/odl-sfc/sfc.py | 1 |
1 files changed, 0 insertions, 1 deletions
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" |