aboutsummaryrefslogtreecommitdiffstats
path: root/api/urls.py
diff options
context:
space:
mode:
authorRex Lee <limingjiang@huawei.com>2017-07-21 01:15:58 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-21 01:15:58 +0000
commit0d9d5a00f52bb65cb82ca7a603f187ea63c3d1fb (patch)
treee543c57842bef26dc5b1e272d8588f87bc570726 /api/urls.py
parent50be49a89258a373aa1bb61b9f7fd2f26f9241e8 (diff)
parentf37a9432640c981c77120e416fc6c08d6fd2ff77 (diff)
Merge "Add API(v2) to get certain test suite info"
Diffstat (limited to 'api/urls.py')
-rw-r--r--api/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/urls.py b/api/urls.py
index 5c7e9f7b5..2211348f3 100644
--- a/api/urls.py
+++ b/api/urls.py
@@ -52,5 +52,5 @@ urlpatterns = [
Url('/api/v2/yardstick/testsuites', 'v2_testsuites'),
Url('/api/v2/yardstick/testsuites/action', 'v2_testsuites'),
- Url('/api/v2/yardstick/testsuites/<suite_name>', 'v2_testsuites')
+ Url('/api/v2/yardstick/testsuites/<suite_name>', 'v2_testsuite')
]