summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/Dockerfile2
-rwxr-xr-xtestcases/config_functest.py2
-rw-r--r--testcases/config_functest.yaml2
3 files changed, 4 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 49d9edfee..f1a28027a 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -30,6 +30,8 @@ wget \
python-dev \
python-pip \
postgresql \
+build-essential \
+libpq-dev \
libxslt-dev \
libssl-dev \
libgmp3-dev \
diff --git a/testcases/config_functest.py b/testcases/config_functest.py
index 8bc632c71..507e24696 100755
--- a/testcases/config_functest.py
+++ b/testcases/config_functest.py
@@ -226,7 +226,7 @@ def install_rally():
if check_rally():
logger.info("Rally is already installed.")
else:
- logger.debug("Executing %s./install_rally.sh..." %RALLY_REPO_DIR)
+ logger.debug("Executing %s/install_rally.sh..." %RALLY_REPO_DIR)
install_script = RALLY_REPO_DIR + "/install_rally.sh --yes"
cmd = 'sudo ' + install_script
functest_utils.execute_command(cmd,logger)
diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml
index e5a6a937d..dcbac0927 100644
--- a/testcases/config_functest.yaml
+++ b/testcases/config_functest.yaml
@@ -18,7 +18,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: /root/.rally
+ dir_rally_inst: ~/.rally
openstack:
image_name: functest-img