diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2015-12-11 17:01:40 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2015-12-11 17:01:40 +0100 |
commit | 6726c8ec04f57914a5f7659f25a0fc58f861893b (patch) | |
tree | eb0257bd205e21bf2413dee18476f100bf1b31f1 /docker/run_tests.sh | |
parent | 137ca3bf6f6da44aebcaabfae4d017c28c37fb41 (diff) |
Run tempest from docker using run_tempest
Change-Id: I8eabcba8de2319fd7e5f24f057a8a752bfce3cd7
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'docker/run_tests.sh')
-rwxr-xr-x | docker/run_tests.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh index 0d808851e..55a6d905e 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -16,7 +16,7 @@ where: -o|--offline optional offline mode (experimental) -h|--help show this help text -t|--test run specific set of tests - <test_name> one or more of the following: vping,odl,rally,tempest. Separated by comma. + <test_name> one or more of the following: vping,odl,rally,tempest,vims. Separated by comma. examples: @@ -75,8 +75,7 @@ function run_test(){ ;; "tempest") info "Running Tempest smoke tests..." - rally verify start smoke - rally verify list + python ${FUNCTEST_REPO_DIR}/testcases/VIM/OpenStack/CI/libraries/run_tempest.py --debug ${FUNCTEST_REPO_DIR}/ -m smoke # save tempest.conf for further troubleshooting tempest_conf="${RALLY_VENV_DIR}/tempest/for-deployment-*/tempest.conf" if [ -f ${tempest_conf} ]; then |