diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2017-08-16 15:38:23 +0800 |
---|---|---|
committer | SerenaFeng <feng.xiaowei@zte.com.cn> | 2017-08-17 14:42:07 +0800 |
commit | 017153393c1055608d33dd3169b02469e29191b7 (patch) | |
tree | 4cf6cd0ffd0a5d2bcca9aaa2c15fd12cee70fea8 /testapi/opnfv_testapi/router | |
parent | 015ee1e72119dbc884cecbaf6149922850df7223 (diff) |
impl update trust_indicator in scenario
Change-Id: I1afe38412926778bc84d178dbbfc3fe0cde15f69
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi/opnfv_testapi/router')
-rw-r--r-- | testapi/opnfv_testapi/router/url_mappings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testapi/opnfv_testapi/router/url_mappings.py b/testapi/opnfv_testapi/router/url_mappings.py index 4f990f0..4589425 100644 --- a/testapi/opnfv_testapi/router/url_mappings.py +++ b/testapi/opnfv_testapi/router/url_mappings.py @@ -56,6 +56,8 @@ mappings = [ (r"/api/v1/scenarios/([^/]+)", scenario_handlers.ScenarioGURHandler), (r"/api/v1/scenarios/([^/]+)/scores", scenario_handlers.ScenarioScoresHandler), + (r"/api/v1/scenarios/([^/]+)/trust_indicators", + scenario_handlers.ScenarioTIsHandler), # static path (r'/(.*\.(css|png|gif|js|html|json|map|woff2|woff|ttf))', |