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 | de44f61e2f92f1a2bac45c40781f0b927a412b2c (patch) | |
tree | 2e5371015dd925a4a836cdcf82d438c03833a225 /utils/test/result_collection_api/etc | |
parent | 256774b7850932536f02f77647c5d64056aa66be (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 'utils/test/result_collection_api/etc')
-rw-r--r-- | utils/test/result_collection_api/etc/config.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/result_collection_api/etc/config.ini b/utils/test/result_collection_api/etc/config.ini index 16346bf36..0edb73a3f 100644 --- a/utils/test/result_collection_api/etc/config.ini +++ b/utils/test/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 |