summaryrefslogtreecommitdiffstats
path: root/testapi/docker/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2018-01-09update requests and delete useless sed opSerenaFeng1-6/+1
Change-Id: I0c865f097c08468adc66a519e065935a3b15f276 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-01-04bugfix sslerror why loginSerenaFeng1-0/+6
SSLError: hostname 'identity.linuxfoundation.org' doesn't match 'c.sni.fastly.net' Change-Id: I46028f35a6d871b445219335c093037d305a9e7b Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-11-21bugfix: docker build failed after leveraging new repoSerenaFeng1-2/+2
Change-Id: Idd2e5d1957bbd476e97be1d96dd8511d120ad5af Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-08-25leverage setup.py directly to install TestAPISerenaFeng1-1/+1
1. delete additional script install.sh 2. using 'python setup.py install' directly to install TestAPI, as traditional python project do Change-Id: Ifcdee7b2bae2553f523a722bff794c40d20f81cc Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-07-05bugfix: hardcoded testapi urlsSerenaFeng1-1/+1
testapi webportal's urls are fixed in configure files this patch aims to modify them according to base_url provided when bringing up container Change-Id: I29c461fc3b837e54d4ff5330dcaa520637590ff7 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-02-24fix internal port of TestAPISerenaFeng1-4/+3
There are too many parameters when starting TestAPI container, it will confuse the user. I learned that docker containers like Jenkins and mongo the internal port is fixed, the user only need to change the exposed port, so the same strategy is adopted here Change-Id: I59424f5a1f36945d906975a741b631019fcbd46d Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-01-17bugfix: fail to access testapi swaggerSerenaFeng1-1/+1
bugfix [Errno 2] No such file or directory: '/usr/local/lib/python2.7/dist-packages/opnfv_testapi/tornado_swagger/static/index.html' Change-Id: Id1cad9a34a3a0331a2f8a0c27c2fa54ca40c7bd6 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2016-10-18rename result_collection_api to testapiSerenaFeng1-0/+52
Change-Id: Iec4e3db23cd44f30831e17c127eda74e9d9b5d14 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>