Run tempest from docker using run_tempest
authorMorgan Richomme <morgan.richomme@orange.com>
Fri, 11 Dec 2015 16:01:40 +0000 (17:01 +0100)
committerMorgan Richomme <morgan.richomme@orange.com>
Fri, 11 Dec 2015 16:01:40 +0000 (17:01 +0100)
Change-Id: I8eabcba8de2319fd7e5f24f057a8a752bfce3cd7
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
docker/run_tests.sh

index 0d80885..55a6d90 100755 (executable)
@@ -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