summaryrefslogtreecommitdiffstats
path: root/testapi/docker
AgeCommit message (Collapse)AuthorFilesLines
2018-04-27Temporary bugfix for testapi-automate jobSakala Venkata Krishna Rohit1-1/+1
New upgrade of pip 10 is causing the problem. Links - 1. https://github.com/docker/compose/issues/5883 2. https://bugs.launchpad.net/devstack/+bug/1763966 3. https://github.com/pypa/pip/issues/4805 Change-Id: I8d49dda2ae55569833075fff792d9ded0030f56b
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-12-20bugfix: empty webportal when running in dockerSerenaFeng1-2/+7
error message: angular.js:11655 Error: [$injector:unpr] http://errors.angularjs.org/1.3.15/$injector/unpr?p0=authenticateProvider%20%3C-%20authenticate Change-Id: I39efeeea17ae55d762d85d8f56cf5f241ff866f8 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-09-05bugfix: TestAPI start failed due to config.ini not foundSerenaFeng1-1/+1
not specifying abspath, so that the config.ini is installed under /usr/local/etc/opnfv_testapi/config.ini Change-Id: If9f4d1ab2d6a67a4aa5b5d481f46e9eddb4a2cbb 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-26merge swagger_base_url with ui_urlSerenaFeng1-1/+0
TestAPI used to have only one webpage, which is swagger_ui, now a new one webportal is added, and the base url is the same (http://testresults.opnfv.org/test)for them both. This patch aim to unify the urls. Change-Id: I15295975fb05f7e8c8d413e12b2b5c0784f0799a Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-07-05bugfix: hardcoded testapi urlsSerenaFeng2-3/+7
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 TestAPISerenaFeng2-9/+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 testapiSerenaFeng3-0/+72
Change-Id: Iec4e3db23cd44f30831e17c127eda74e9d9b5d14 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>