diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-05-17 13:27:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-17 13:27:40 +0000 |
commit | d338cc665efc9a2d73d6dff1567dc6de6bc63bd8 (patch) | |
tree | c64a765136c0330ec72872166af1a7fe57f73a32 /ci | |
parent | 8f645a8d931da93f99c15593e2bd1f4d93a6d987 (diff) | |
parent | 9bdb8955ba266abc34e1ab069ad0ee013dcf57ba (diff) |
Merge "BGPVPN test case refactored"
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/exec_test.sh | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index cdf70e05..013b98c2 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -113,22 +113,7 @@ function run_test(){ $debug $clean_flag --sanity all $report ;; "bgpvpn") - pushd ${repos_dir}/bgpvpn/ - pip install --no-deps -e . - popd - tempest_dir=$(ls -t /home/opnfv/.rally/tempest/ |grep for-deploy |tail -1) - if [[ $tempest_dir == "" ]]; then - echo "Make sure tempest was running before" >&2 - fi - tempest_dir=/home/opnfv/.rally/tempest/$tempest_dir - pushd $tempest_dir - mkdir -p /etc/tempest/ - cp tempest.conf /etc/tempest/ - echo "[service_available] -bgpvpn = True" >> /etc/tempest/tempest.conf - ./run_tempest.sh -t -N -- networking_bgpvpn_tempest - rm -rf /etc/tempest/tempest.conf - popd + python ${FUNCTEST_REPO_DIR}/testcases/features/bgpvpn.py ;; "onos") if [ "$INSTALLER_TYPE" == "joid" ]; then |