t/jsonplus2csv_test.py: test script for tools/fio_jsonplus_clat2csv
authorVincent Fu <vincent.fu@wdc.com>
Wed, 25 Mar 2020 16:53:54 +0000 (12:53 -0400)
committerVincent Fu <vincent.fu@wdc.com>
Thu, 26 Mar 2020 10:42:09 +0000 (06:42 -0400)
commit8403eca6b80ebd609ec7afbd7be2e513adac2c62
tree54f240279b11079d52160592863fb669c01b13b6
parente26cf2f707fceb91a500693b34cd9ff2e8b91af0
t/jsonplus2csv_test.py: test script for tools/fio_jsonplus_clat2csv

Add a script to run a basic jsonplus to CSV conversion and then validate
the conversion.

Also integrate this test script with t/run-fio-tests.py and install the
python package 'six' to support fio_jsonplus_clat2csv in the AppVeyor
build/testing environment.

Signed-off-by: Vincent Fu <vincent.fu@wdc.com>
.appveyor.yml
t/jsonplus2csv_test.py [new file with mode: 0755]
t/run-fio-tests.py