From 1cf5f3d4b246371b16bd85da7e177026034e1fbf Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Wed, 26 Jul 2017 14:40:56 +0800 Subject: 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 --- utils/test/testapi/etc/config.ini | 3 --- 1 file changed, 3 deletions(-) (limited to 'utils/test/testapi/etc/config.ini') diff --git a/utils/test/testapi/etc/config.ini b/utils/test/testapi/etc/config.ini index 435188df7..1ec899fcb 100644 --- a/utils/test/testapi/etc/config.ini +++ b/utils/test/testapi/etc/config.ini @@ -18,9 +18,6 @@ results_per_page = 20 debug = True authenticate = False -[swagger] -base_url = http://localhost:8000 - [ui] url = http://localhost:8000 -- cgit 1.2.3-korg