diff options
-rwxr-xr-x | ci/exec_test.sh | 4 | ||||
-rwxr-xr-x | testcases/Controllers/ODL/OpenDaylightTesting.py | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 1acf7e01c..92c02dc35 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -36,8 +36,8 @@ if [[ "${CI_DEBUG,,}" == "true" ]];then debug="--debug" fi -FUNCTEST_REPO_DIR=${repos_dir}/functest/ -FUNCTEST_CONF_DIR=/home/opnfv/functest/conf/ +FUNCTEST_REPO_DIR=${repos_dir}/functest +FUNCTEST_CONF_DIR=/home/opnfv/functest/conf function odl_tests(){ diff --git a/testcases/Controllers/ODL/OpenDaylightTesting.py b/testcases/Controllers/ODL/OpenDaylightTesting.py index db7b94982..79e385a2d 100755 --- a/testcases/Controllers/ODL/OpenDaylightTesting.py +++ b/testcases/Controllers/ODL/OpenDaylightTesting.py @@ -6,9 +6,11 @@ import os import re import shutil import sys -import functest.utils.functest_logger as ft_logger + from robot import run +import functest.utils.functest_logger as ft_logger + class ODLTestCases: |