[Fuego] [PATCH 0/1] Add support to parse later versions of fio 2.16.
[email protected] Tue, 12 Apr 2022 21:50:13 +0530
| Newsgroups | dev.linux.lists.fuego |
|---|---|
| Message-ID | <[email protected]> |
From: sireesha <[email protected]> Hi Tim, As per your suggestion I have modified the regex strings and verified in 3.25 version which is greater than 2.16. >> if test_version > '2.16': > Should this be >= instead of just '>'? The fio output format has actually changed from 2.17 version and so the condition holds good. Kindly review and provide feedback. sireesha (1): fio/parser.py: Add support to parse later versions of fio 2.16 tests/Benchmark.fio/parser.py | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) mode change 100755 => 100644 tests/Benchmark.fio/parser.py -- 2.20.1