diff options
author | helenyao <yaohelan@huawei.com> | 2016-11-24 22:13:43 -0500 |
---|---|---|
committer | helenyao <yaohelan@huawei.com> | 2016-11-25 19:59:31 -0500 |
commit | e8ad51f917673d54d134d94ede7b6a9f407571f4 (patch) | |
tree | bedf09b69a6200a75e6702888f7762977a518256 /run_unit_tests.sh | |
parent | 428bc342e7e4d6cb1c6123c3b611b78b9fea068d (diff) |
Lifted requirements.pip one level up to meet the basic structure of OpenStack project.
JIRA: FUNCTEST-609
1. Lifted the requirements.pip
2. Renamed it to requirements.txt
3. Updated the areas that are affected
Change-Id: If294f07fb5450f3ae6133fd46dc169b9bab451de
Signed-off-by: helenyao <yaohelan@huawei.com>
Diffstat (limited to 'run_unit_tests.sh')
-rwxr-xr-x | run_unit_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unit_tests.sh b/run_unit_tests.sh index dc5a501a6..a2744037f 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 |