diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/exec_test.sh | 6 | ||||
-rw-r--r-- | ci/testcases.yaml | 2 |
2 files changed, 4 insertions, 4 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 diff --git a/ci/testcases.yaml b/ci/testcases.yaml index 2d94a33f2..11056708d 100644 --- a/ci/testcases.yaml +++ b/ci/testcases.yaml @@ -215,7 +215,7 @@ tiers: Test suite from Parser project. dependencies: installer: 'fuel' - scenario: '^((?!onos).)*$' + scenario: '' - name: openstack order: 4 |