diff options
Diffstat (limited to 'docker/run_tests.sh')
-rwxr-xr-x | docker/run_tests.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh index 0a09160cb..50a1296c1 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -121,7 +121,7 @@ function run_test(){ "rally") info "Running Rally benchmark suite..." cinder type-create volume-test #provisional - python ${FUNCTEST_REPO_DIR}/testcases/VIM/OpenStack/CI/libraries/run_rally.py \ + python ${FUNCTEST_REPO_DIR}/testcases/VIM/OpenStack/CI/libraries/run_rally-cert.py \ --debug all ${report} cinder type-delete $(cinder type-list|grep test|awk '{print $2}') clean_openstack @@ -130,7 +130,7 @@ function run_test(){ "bgpvpn") info "Running BGPVPN Tempest test case..." tempest_dir=$(ls -t /home/opnfv/.rally/tempest/ |grep for-deploy |tail -1) - if [[ $tempest_dir == "" ]]; + if [[ $tempest_dir == "" ]]; then echo "Make sure tempest was running before" exit 1 fi @@ -144,6 +144,7 @@ bgpvpn = True" >> /etc/tempest/tempest.conf ./run_tempest.sh -- networking_bgpvpn_tempest rm -rf /etc/tempest/tempest.conf popd + ;; "odl-vpnservice") info "Running VPNSERVICE Robot test case..." odl_tests |