diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2017-07-05 16:20:54 +0800 |
---|---|---|
committer | SerenaFeng <feng.xiaowei@zte.com.cn> | 2017-07-05 16:29:16 +0800 |
commit | 79f400f880bc6e5d40defef9d6c8b134d91958a1 (patch) | |
tree | c07382a4c946623fd65b0c5d5dea27ce8eb86032 /testapi/3rd_party | |
parent | 1da5990f3e25c375757349b30b4f47d288775682 (diff) |
bugfix: hardcoded testapi urls
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>
Diffstat (limited to 'testapi/3rd_party')
-rw-r--r-- | testapi/3rd_party/static/testapi-ui/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapi/3rd_party/static/testapi-ui/config.json b/testapi/3rd_party/static/testapi-ui/config.json index 9fdd85f..5d48c7b 100644 --- a/testapi/3rd_party/static/testapi-ui/config.json +++ b/testapi/3rd_party/static/testapi-ui/config.json @@ -1 +1 @@ -{"testapiApiUrl": "http://testresults.opnfv.org/test/api/v1"} +{"testapiApiUrl": "http://localhost:8000/api/v1"} |