t/readonly: replace shell script with python script
authorVincent Fu <vincent.fu@wdc.com>
Wed, 16 Oct 2019 18:52:07 +0000 (14:52 -0400)
committerVincent Fu <vincent.fu@wdc.com>
Wed, 6 Nov 2019 16:18:59 +0000 (11:18 -0500)
commit09a66e9ee8ab5caff467447fde75a6913d95c4a4
treee9aa6e1747ba15bd1810ce40f6776dfdb66742c5
parent1c75cb5febdfdea9f9b6999e222859fcf2c2e801
t/readonly: replace shell script with python script

The new script better supports automated testing than the previous one.

Also get rid of the t/jobs/readonly-?.fio job files. Using jobs files
with the --readonly parameter produces the same behavior as when
--readonly precedes --rw=XXX on the command line.
t/jobs/readonly-r.fio [deleted file]
t/jobs/readonly-t.fio [deleted file]
t/jobs/readonly-w.fio [deleted file]
t/readonly.py [new file with mode: 0755]
t/readonly.sh [deleted file]