merge swagger_base_url with ui_url
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Wed, 26 Jul 2017 06:40:56 +0000 (14:40 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Wed, 26 Jul 2017 06:47:38 +0000 (14:47 +0800)
commit19ee4c92981562586518310360a8d190877e73fb
treec89a2b05d7545b514c0fe2aad354d264bb09f91a
parent6fbf0fb55e94c7e940dbd2a77c85a149b31a867e
merge swagger_base_url with ui_url

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>
testapi/docker/prepare-env.sh
testapi/etc/config.ini
testapi/opnfv_testapi/cmd/server.py
testapi/opnfv_testapi/tests/unit/common/noparam.ini
testapi/opnfv_testapi/tests/unit/common/normal.ini
testapi/opnfv_testapi/tests/unit/common/nosection.ini
testapi/opnfv_testapi/tests/unit/common/notboolean.ini
testapi/opnfv_testapi/tests/unit/common/notint.ini
testapi/opnfv_testapi/tests/unit/common/test_config.py