diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2016-07-01 22:56:30 +0800 |
---|---|---|
committer | SerenaFeng <feng.xiaowei@zte.com.cn> | 2016-07-06 16:00:48 +0800 |
commit | b3eccb10c0fa8812413288771a74c9c10556eb93 (patch) | |
tree | 6f4cf1121c68040ef9a2b304a78034476fa9bcbf /result_collection_api/etc | |
parent | 4700e3367153202227130679761bb1471e5d2023 (diff) |
Add a put result method to modify trust_indicator
update trust_indicator date model
add update trust_indicator method
add unittest
add swagger information
JIRA: FUNCTEST-309
Change-Id: Ibb05efbe008aa7fd4dccb27452d8f5dbf541b8f2
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'result_collection_api/etc')
-rw-r--r-- | result_collection_api/etc/config.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/result_collection_api/etc/config.ini b/result_collection_api/etc/config.ini index 16346bf..0edb73a 100644 --- a/result_collection_api/etc/config.ini +++ b/result_collection_api/etc/config.ini @@ -13,4 +13,4 @@ port = 8000 debug = True [swagger] -base_url = http://testresults.opnfv.org/test
\ No newline at end of file +base_url = http://localhost:8000 |