Add real time log view in GUI 53/38953/3
authorchenjiankun <chenjiankun1@huawei.com>
Wed, 9 Aug 2017 03:23:58 +0000 (03:23 +0000)
committerchenjiankun <chenjiankun1@huawei.com>
Fri, 11 Aug 2017 09:29:58 +0000 (09:29 +0000)
commit43bf12d6ab7bcaea16dc75ed4ccbe3895cf51da3
tree234d642e36564dab4e9d48cff09c0b93901c252f
parent55234666785b0fdc81365da4dac5563e954f8a09
Add real time log view in GUI

JIRA: YARDSTICK-775

We have GUI now, but we can't see real time log in GUI view.
So I add real time log view in GUI.

Change-Id: Ie83f327ef0a94302afa6b3def764fec6ef5818d1
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
13 files changed:
api/__init__.py
api/resources/v2/tasks.py
api/urls.py
gui/app/index.html
gui/app/scripts/controllers/projectDetail.controller.js
gui/app/scripts/controllers/taskLog.controller.js [new file with mode: 0644]
gui/app/scripts/factory/main.factory.js
gui/app/scripts/router.config.js
gui/app/views/projectdetail.html
gui/app/views/taskLog.html [new file with mode: 0644]
tests/unit/benchmark/core/test_task.py
yardstick/benchmark/core/task.py
yardstick/common/constants.py