summaryrefslogtreecommitdiffstats
path: root/run_unit_tests.sh
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-12-06 18:15:08 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-06 18:15:08 +0000
commitc10898356f97b3f2e5c39928e4133570b75a52e1 (patch)
tree1c938e6687c75fd0d92ffd55f738fb80076cc44c /run_unit_tests.sh
parent1001f3f7adff734ae80d17ce65914f60c6cce18d (diff)
parent04150507cb6ebc7085d40e2f09c5006e685eedce (diff)
Merge "test-requirements.txt is added for unit test."
Diffstat (limited to 'run_unit_tests.sh')
-rwxr-xr-xrun_unit_tests.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/run_unit_tests.sh b/run_unit_tests.sh
index 9f7bb5046..05b3c4ee2 100755
--- a/run_unit_tests.sh
+++ b/run_unit_tests.sh
@@ -43,7 +43,9 @@ source $WORKSPACE/functest_venv/bin/activate
# install python packages
easy_install -U setuptools
easy_install -U pip
-pip install -r $WORKSPACE/requirements.txt
+pip install -r $WORKSPACE/test-requirements.txt
+
+
pip install -e $WORKSPACE
python $WORKSPACE/setup.py develop