summaryrefslogtreecommitdiffstats
path: root/run_unit_tests.sh
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-11-28 16:34:17 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-11-28 16:34:17 +0000
commit6f01e0b78169aa58ecaa3310c4717bfe96a05d85 (patch)
tree3b4555217d33ce83c90d6fcb1d7b5aa77e974369 /run_unit_tests.sh
parente2d102a754ddcb3643deba19615f7846618092d2 (diff)
parente8ad51f917673d54d134d94ede7b6a9f407571f4 (diff)
Merge "Lifted requirements.pip one level up to meet the basic structure of OpenStack project."
Diffstat (limited to 'run_unit_tests.sh')
-rwxr-xr-xrun_unit_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unit_tests.sh b/run_unit_tests.sh
index 628369146..a8ce54c4e 100755
--- a/run_unit_tests.sh
+++ b/run_unit_tests.sh
@@ -43,7 +43,7 @@ source $WORKSPACE/functest_venv/bin/activate
# install python packages
easy_install -U setuptools
easy_install -U pip
-pip install -r $WORKSPACE/docker/requirements.pip
+pip install -r $WORKSPACE/requirements.txt
pip install -e $WORKSPACE
python $WORKSPACE/setup.py develop