Record task status if running via CLI 41/27241/3
authorchenjiankun <chenjiankun1@huawei.com>
Thu, 19 Jan 2017 20:24:48 +0000 (20:24 +0000)
committerchenjiankun <chenjiankun1@huawei.com>
Fri, 20 Jan 2017 10:25:04 +0000 (10:25 +0000)
commit0d95404dcdbda326a3fffa344a8295bf696f9626
tree2f4b491da632dd1f10831727fcd2e17a2abae2bd
parent8f4cc883d89e997320d68c653a12d59f8fba308b
Record task status if running via CLI

JIRA: YARDSTICK-542

Currently we do not record task status when using CLI to run task.
So I add this function.
If status=0, task is not done.
if status=1, task is done.
if status=2, there is an error.

Change-Id: Ib9b3c8abd233909c04f792115199250419fa8d7a
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
yardstick/benchmark/core/task.py
yardstick/cmd/commands/task.py
yardstick/common/constants.py
yardstick/common/utils.py
yardstick/dispatcher/file.py