diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-02-02 18:09:25 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-02-02 18:09:25 +0100 |
commit | 86c95df05ef125218f392748a177d2f9aa79848f (patch) | |
tree | 2609a73fe7eaf0e6dcf5065632682e3fdc395da7 /testcases | |
parent | 5bb53025a593bbda834ef6ad325faba5aa073f7f (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>
Diffstat (limited to 'testcases')
-rw-r--r-- | testcases/VIM/OpenStack/CI/libraries/run_tempest.py | 1 | ||||
-rw-r--r-- | testcases/config_functest.yaml | 2 |
2 files changed, 2 insertions, 1 deletions
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) |