X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=api%2Furls.py;h=4b8e39e8f0acfa1b0bba1155b2a83599a9472975;hb=39ead7aee3610dddbdeae33a5776ae5b98dfabea;hp=9b0040b6c3278bc6eb181ce62160c86be7d43b30;hpb=b583d4bfe6bc49e0f3bf4beec6612390a1d4bd24;p=yardstick.git 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//log', 'v1_task_log'), # api v2 Url('/api/v2/yardstick/environments', 'v2_environments'),