summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-02-02 18:09:25 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2016-02-02 17:24:17 +0000
commit00f96eea8856a613605bb8c8a628f664c8a8311d (patch)
tree2609a73fe7eaf0e6dcf5065632682e3fdc395da7
parenta18e6ee83dfeeb40b5512f9529bdb97f2801f222 (diff)
bug fix to run tempest and minor display error in run_test.sh
Change-Id: Ic30bdd1c514aa8dcab37ba91de2f8879729a80a2 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com> (cherry picked from commit 86c95df05ef125218f392748a177d2f9aa79848f)
-rwxr-xr-xdocker/run_tests.sh2
-rw-r--r--testcases/VIM/OpenStack/CI/libraries/run_tempest.py1
-rw-r--r--testcases/config_functest.yaml2
3 files changed, 3 insertions, 2 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh
index 0d49c3d9f..5de5833bd 100755
--- a/docker/run_tests.sh
+++ b/docker/run_tests.sh
@@ -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
diff --git a/testcases/VIM/OpenStack/CI/libraries/run_tempest.py b/testcases/VIM/OpenStack/CI/libraries/run_tempest.py
index 3b937e92e..6b1530577 100644
--- a/testcases/VIM/OpenStack/CI/libraries/run_tempest.py
+++ b/testcases/VIM/OpenStack/CI/libraries/run_tempest.py
@@ -19,6 +19,7 @@ import logging
import os
import re
import requests
+import shutil
import subprocess
import sys
import time
diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml
index bab1a4b94..28455a3ba 100644
--- a/testcases/config_functest.yaml
+++ b/testcases/config_functest.yaml
@@ -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)