From: jose.lausuch Date: Tue, 15 Dec 2015 08:47:59 +0000 (+0000) Subject: Merge "Add template for BGPVPN test case in run_tests.sh" X-Git-Tag: 0.2~1887 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=ba5f3f4d94bf91824655eef49d1900e015859288;p=functest-xtesting.git Merge "Add template for BGPVPN test case in run_tests.sh" --- ba5f3f4d94bf91824655eef49d1900e015859288 diff --cc docker/run_tests.sh index 081fe02d,40c519ef..8b48a821 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@@ -93,9 -88,20 +93,21 @@@ function run_test() ;; "rally") info "Running Rally benchmark suite..." - python ${FUNCTEST_REPO_DIR}/testcases/VIM/OpenStack/CI/libraries/run_rally.py --debug ${FUNCTEST_REPO_DIR}/ all + python ${FUNCTEST_REPO_DIR}/testcases/VIM/OpenStack/CI/libraries/run_rally.py \ + --debug ${FUNCTEST_REPO_DIR}/ all ${report} ;; + "bgpvpn_template") + info "Running BGPVPN Tempest test case..." + tempest_dir=$(find /root/.rally -type d -name for-deploy*) + # TODO: + # do the call of your test case here. + # the bgpvpn repo is cloned in $BGPVPN_REPO_DIR + # tempest is installed in $tempest_dir + # Suggestion: + # mkdir ${tempest_dir}/tempest/api/bgpvpn/ + # cp ${BGPVPN_REPO_DIR}/networking_bgpvpn_tempest/ \ + # ${tempest_dir}/tempest/api/bgpvpn/ + # ${tempest_dir}/run_tempest.sh tempest.api.bgpvpn. esac }