bug fix to run tempest and minor display error in run_test.sh 69/9069/1
authorMorgan Richomme <morgan.richomme@orange.com>
Tue, 2 Feb 2016 17:09:25 +0000 (18:09 +0100)
committerMorgan Richomme <morgan.richomme@orange.com>
Tue, 2 Feb 2016 17:24:17 +0000 (17:24 +0000)
Change-Id: Ic30bdd1c514aa8dcab37ba91de2f8879729a80a2
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
(cherry picked from commit 86c95df05ef125218f392748a177d2f9aa79848f)

docker/run_tests.sh
testcases/VIM/OpenStack/CI/libraries/run_tempest.py
testcases/config_functest.yaml

index 0d49c3d..5de5833 100755 (executable)
@@ -226,7 +226,7 @@ if [[ -n "$DEPLOY_SCENARIO" && "$DEPLOY_SCENARIO" != "none" ]] &&\
 else
     arr_test=(vping tempest vims rally)
 fi
-info "Tests to be executed: "${arr_test[@]}
+info "Tests to be executed: ${arr_test[@]}"
 
 BASEDIR=`dirname $0`
 source ${BASEDIR}/common.sh
index 3b937e9..6b15305 100644 (file)
@@ -19,6 +19,7 @@ import logging
 import os
 import re
 import requests
+import shutil
 import subprocess
 import sys
 import time
index bab1a4b..28455a3 100644 (file)
@@ -25,7 +25,7 @@ general:
         dir_rally_res:      /home/opnfv/functest/results/rally/
         dir_functest_data:  /home/opnfv/functest/data
         dir_vIMS_data:      /home/opnfv/functest/data/vIMS
-        dir_rally_inst:     ~/.rally
+        dir_rally_inst:     /home/opnfv/.rally
 
     repositories:
         # branch and commit ID to which the repos will be reset (HEAD)