Add API(v1) to get real time log 47/40747/1
authorchenjiankun <chenjiankun1@huawei.com>
Thu, 31 Aug 2017 08:53:27 +0000 (08:53 +0000)
committerchenjiankun <chenjiankun1@huawei.com>
Thu, 31 Aug 2017 08:53:27 +0000 (08:53 +0000)
commit3b4e7240a5e973e52807841dc96d5886d0ff880b
tree0eee22921f16e4ff22229c7dfc2eef446ce845dc
parentad748320c73587fd09ef7204f03ba3d74567ba78
Add API(v1) to get real time log

JIRA: YARDSTICK-805

We need to get real time log if we use API(v1) run test case.

API: /yardstick/tasks/<task_id>/log
For example:
http://ip:port/yardstick/tasks/14795be8-f144-4f54-81ce-43f4e3eab33f/log?index=0

Change-Id: Ic0bf10f26f4f07d3264f2415c4923a1bfded2f81
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
api/resources/v1/tasks.py [new file with mode: 0644]
api/urls.py