X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=api%2Furls.py;h=9f0abcaded2a8a36ca72df942a0415bf8084d87b;hb=5456b070a8e05cd49d5626b002f6eeee71bcd67d;hp=9b0040b6c3278bc6eb181ce62160c86be7d43b30;hpb=f5a96ffd959b11a122c4beea1fc99c89f755678c;p=yardstick.git diff --git a/api/urls.py b/api/urls.py index 9b0040b6c..9f0abcade 100644 --- a/api/urls.py +++ b/api/urls.py @@ -20,11 +20,13 @@ 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'), Url('/api/v2/yardstick/environments/action', 'v2_environments'), Url('/api/v2/yardstick/environments/', 'v2_environment'), + Url('/api/v2/yardstick/environments//sut', 'v2_sut'), Url('/api/v2/yardstick/openrcs', 'v2_openrcs'), Url('/api/v2/yardstick/openrcs/action', 'v2_openrcs'),