diff options
Diffstat (limited to 'ci/exec_test.sh')
-rwxr-xr-x | ci/exec_test.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 1acf7e01c..98d54f205 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(){ @@ -146,7 +146,7 @@ function run_test(){ python ${FUNCTEST_REPO_DIR}/testcases/features/copper.py $report ;; "moon") - python ${repos_dir}/moon/tests/run_tests.py + python ${repos_dir}/moon/tests/run_tests.py $report ;; "multisite") python ${FUNCTEST_REPO_DIR}/testcases/OpenStack/tempest/gen_tempest_conf.py |