Use rally cert script
[functest.git] / docker / run_tests.sh
index 3440a45..50a1296 100755 (executable)
@@ -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