Fix bug in fio scenario 35/1635/2
authorhoujingwen <houjingwen@huawei.com>
Wed, 16 Sep 2015 11:19:15 +0000 (11:19 +0000)
committerhoujingwen <houjingwen@huawei.com>
Thu, 24 Sep 2015 03:24:44 +0000 (11:24 +0800)
commit735af0fc05d73cbc7bd97b52a230d966cbfec6c3
tree0bd872895a6ee0fa9088dd5c4512536f2edd85b5
parent8650a0a22182987e70f34653d8521ea2072ee5c8
Fix bug in fio scenario

1) when duration>3600s in fio.yaml, ssh time out
2) sometimes the latency value in test result is null
3) update plot.py, fit for code update in fio.py
4) small bug in file.py (result output dump)

Add --output-format=json in default args, so fio command
can return json format data.

JIRA: YARDSTICK-143

Change-Id: Ie02977b8c9f11986a1eed66896b84d18db3d2211
Signed-off-by: houjingwen <houjingwen@huawei.com>
samples/fio.yaml
tests/unit/benchmark/scenarios/storage/fio_sample_output.json [new file with mode: 0644]
tests/unit/benchmark/scenarios/storage/test_fio.py
yardstick/benchmark/scenarios/storage/fio.py
yardstick/benchmark/scenarios/storage/fio_benchmark.bash
yardstick/dispatcher/file.py
yardstick/plot/plotter.py