Merge "jjb: xci: bifrost-verify: Disable errexit when uploading logs"
[releng.git] / utils / test / testapi / opnfv_testapi / router / url_mappings.py
index 562fa5e..4f990f0 100644 (file)
@@ -54,6 +54,8 @@ mappings = [
     # scenarios
     (r"/api/v1/scenarios", scenario_handlers.ScenariosCLHandler),
     (r"/api/v1/scenarios/([^/]+)", scenario_handlers.ScenarioGURHandler),
+    (r"/api/v1/scenarios/([^/]+)/scores",
+     scenario_handlers.ScenarioScoresHandler),
 
     # static path
     (r'/(.*\.(css|png|gif|js|html|json|map|woff2|woff|ttf))',