summaryrefslogtreecommitdiffstats
path: root/testapi/requirements.txt
AgeCommit message (Collapse)AuthorFilesLines
2021-03-29Properly manage contraints and requirementsCédric Ollivier1-21/+10
It leverages OpenStack's python librairy management. Ussuri is selected as OpenStack dropped py27 in the newer releases. Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Iccfda223eb5c7013ec712beab9cd6f0c784f3fae
2021-03-28[TESTAPI] Upgrade the docker without changing the python2.7 codemorganrol1-6/+18
migratio to python 3 is not a long flmeuve tranquille some libraries used are no more maintained this option considers updating the dockerfile without changing the original code it includes - a change of the baseline image (move from 14.04 to 18.04) - a better fix of python lib versions - the introduction of an ubuntu user (to be better used) Issue-ID: FUNCTEST-1026 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I37c8262d1ec20151e2402e298751ca39c36d1a7e
2018-11-20bugfix: newly build image not work due to package updateSerenaFeng1-2/+2
Change-Id: I0be207cd8b8f81aa0010d59e0781f002f682f747 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-06-17bugfix: no futuresSerenaFeng1-1/+2
Change-Id: I8b313a9aff49219ae554273c8738c73a48b75560 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-01-05bugfix sslerror when login with identity.linuxfoundation.orgSerenaFeng1-0/+1
Change-Id: I222f5f46e13d2a180057ebede44475477906cd70 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-08-31leverage LFID as AuthenticationSerenaFeng1-0/+1
delete openid authentication add LFID authentication Change-Id: Iead144b5130bce51448024e65092fdea3bb2f07a Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-07-14leverage openstack's requirements ruleSerenaFeng1-5/+5
change requirements.txt and test-requirements.txt to keep consistent with openstack's global-requirements.txt Change-Id: I0e62c88b957136438a23e85e41d775194bdc8757 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-07-14testapi: bugfix of toxMatthewLi1-1/+1
error log https://gerrit.opnfv.org/gerrit/#/c/37053/ https://build.opnfv.org/ci/job/testapi-verify-master/220/console Change-Id: Id278edad06c2852c662392d75fd3cf4041b03451 Signed-off-by: MatthewLi <lijun_1203@126.com>
2017-05-18add signin web to TestAPISerenaFeng1-0/+1
Change-Id: I4d39a8561c8ebd3238a495e5799fd43fb1a508b9 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-05-16bugfix: /resources.json and /APIs cannot be accessedSerenaFeng1-1/+1
1. change the join way of discover_url 2. limit tornado version not to use latest 4.5 Change-Id: I39dfd3b32bf232a7c144087bc9d5f88fb6798ee7 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2016-10-18rename result_collection_api to testapiSerenaFeng1-0/+9
Change-Id: Iec4e3db23cd44f30831e17c127eda74e9d9b5d14 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>