diff options
author | chenjiankun <chenjiankun1@huawei.com> | 2016-11-18 00:55:42 +0000 |
---|---|---|
committer | chenjiankun <chenjiankun1@huawei.com> | 2016-11-18 00:55:42 +0000 |
commit | 0c194fedb3e7296850d5c319fb58c8e4bbfc6170 (patch) | |
tree | 400706dc8370f08f91949cd42ab66285838b4500 /jjb | |
parent | c34fbacd2405643f85d2c69aa0fed67459ad2e8c (diff) |
Modify yardstick requirements.txt path config in releng
JIRA: YARDSTICK-415
Change-Id: I8e3e38842e10e5fbc335f3f23250f0292f2c05c5
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/yardstick/yardstick-project-jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/yardstick/yardstick-project-jobs.yml b/jjb/yardstick/yardstick-project-jobs.yml index db07e9d83..0cc6cd606 100644 --- a/jjb/yardstick/yardstick-project-jobs.yml +++ b/jjb/yardstick/yardstick-project-jobs.yml @@ -122,7 +122,7 @@ # install python packages easy_install -U setuptools easy_install -U pip - pip install -r tests/ci/requirements.txt + pip install -r requirements.txt pip install -e . # unit tests |