summaryrefslogtreecommitdiffstats
path: root/api/urls.py
diff options
context:
space:
mode:
authorRex Lee <limingjiang@huawei.com>2017-09-11 02:41:50 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-11 02:41:50 +0000
commit39f20c597a8a602016f5200a2e60a2ef412d8b87 (patch)
treee6057906b81f0695af5d57310e9d90340fef8730 /api/urls.py
parent3d462aaa3d87a2298cf1f9a859e996d708f917fd (diff)
parent3b4e7240a5e973e52807841dc96d5886d0ff880b (diff)
Merge "Add API(v1) to get real time log"
Diffstat (limited to 'api/urls.py')
-rw-r--r--api/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/urls.py b/api/urls.py
index 9b0040b6c..4b8e39e8f 100644
--- a/api/urls.py
+++ b/api/urls.py
@@ -20,6 +20,7 @@ urlpatterns = [
Url('/yardstick/testsuites/action', 'v1_test_suite'),
Url('/yardstick/results', 'v1_result'),
Url('/yardstick/env/action', 'v1_env'),
+ Url('/yardstick/tasks/<task_id>/log', 'v1_task_log'),
# api v2
Url('/api/v2/yardstick/environments', 'v2_environments'),