From 6726c8ec04f57914a5f7659f25a0fc58f861893b Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Fri, 11 Dec 2015 17:01:40 +0100 Subject: Run tempest from docker using run_tempest Change-Id: I8eabcba8de2319fd7e5f24f057a8a752bfce3cd7 Signed-off-by: Morgan Richomme --- docker/run_tests.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docker') 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 - one or more of the following: vping,odl,rally,tempest. Separated by comma. + 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 -- cgit 1.2.3-korg