summaryrefslogtreecommitdiffstats
path: root/requirements
AgeCommit message (Collapse)AuthorFilesLines
2019-11-01Fix the version of more-itertools to be 5.0.0HEADstable/iruyamasterxudan1-0/+1
The default version of more-itertools installed is 7.2.0 which should be latest. While this version doesn't support python 2.7 and will get an error: File "/usr/local/lib/python2.7/dist-packages/more_itertools/more.py", line 340 def _collate(*iterables, key=lambda a: a, reverse=False): ^ SyntaxError: invalid syntax In order to support python2.7, it needs to be <=5.0.0. Signed-off-by: xudan <xudan16@huawei.com> Change-Id: I4567e0742246e2d5539cefd2d112a2022c979ca8
2019-10-15Fix the version of urllibxudan1-0/+1
It fails to run on Fuel Hunter with the following error: quota_prepare.py:76 INFO Get admin project name is /usr/local/lib/python2.7/dist-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.2) or chardet (3.0.4) doesn't match a supported version! RequestsDependencyWarning) e09a9facaa7045c4bbe4ad54787eff58 Link: https://build.opnfv.org/ci/view/dovetail/job/dovetail-fuel-baremetal-default-mandatory-hunter/13/artifact/results/stress_logs/bottlenecks.stress.ping.log/*view*/ Besides the ID, there is also some warning msg in the string. So it get the wrong admin project name. Fix the version of urllib to eliminate this warning msg. Signed-off-by: xudan <xudan16@huawei.com> Change-Id: I32ed9b71c434141d1de6d3d3a1662ddac52d7e31
2019-01-29bugfix: openstack project fetch errorYang (Gabriel) Yu1-1/+1
JIRA: BOTTLENECK-250 Openstack client version update will fix the error as described in jira ticket Change-Id: I590c4eb6ff262173c01ae2d93943df80fe4e6b0e Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-08-11add k8s test configs preparationYang (Gabriel) Yu1-0/+1
JIRA: BOTTLENECK-243 Change-Id: I994c71f03c4c2429d62618920cfc92fc1ed16abe Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-06-14Update DockerfileYang (Gabriel) Yu1-66/+4
1. Openstack command lines keep poping up warnings which cause reading comand results wrongly. 2. Update the ubuntu version and packages to remove redundance which is a historical debt. Change-Id: I3cdb7a9ec3f0bc41ecfe5b8bf9d44878485de40f Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-01-10bug-fix: veriry job no coverage packageYang Yu1-1/+2
JIRA: BOTTLENECK-219 vitualenv should install nose and coverage package for unittest, only install coverage is not enough since virtualenv will use external nose which couldnt find coverage package installed externally Change-Id: I6daebf2db6dd97cdfd0eac0c43a619229ba38577 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-01-08bug-fix: coverage package missing for ci verifyYang Yu1-1/+3
JIRA: BOTTLENECK-219 nosetests has enbled coverage check which requires coverage package missing currently Change-Id: Ia4b87a6036ea00532014a332170a19681432f84c Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2017-04-11Fix code style issues for specificed pathyuyang2-0/+92
JIRA: BOTTLENECK-100 Fix code syle issues for the path flake8 specified before flake8 check merged into CI pipeline. Change-Id: Iee59bada206fafd4740023e90d08a4b4a7a030db Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>