diff options
author | 2017-07-26 14:40:56 +0800 | |
---|---|---|
committer | 2017-07-26 14:47:38 +0800 | |
commit | 19ee4c92981562586518310360a8d190877e73fb (patch) | |
tree | c89a2b05d7545b514c0fe2aad354d264bb09f91a /testapi/opnfv_testapi/tests/unit/common/nosection.ini | |
parent | 6fbf0fb55e94c7e940dbd2a77c85a149b31a867e (diff) |
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>
Diffstat (limited to 'testapi/opnfv_testapi/tests/unit/common/nosection.ini')
-rw-r--r-- | testapi/opnfv_testapi/tests/unit/common/nosection.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testapi/opnfv_testapi/tests/unit/common/nosection.ini b/testapi/opnfv_testapi/tests/unit/common/nosection.ini index 9988fc0..a9ed49c 100644 --- a/testapi/opnfv_testapi/tests/unit/common/nosection.ini +++ b/testapi/opnfv_testapi/tests/unit/common/nosection.ini @@ -7,5 +7,5 @@ port = 8000 debug = True authenticate = False -[swagger] -base_url = http://localhost:8000 +[ui] +url = http://localhost:8000 |