t/fiotestlib: improve JSON decoding
authorVincent Fu <vincent.fu@samsung.com>
Tue, 14 Jan 2025 18:27:55 +0000 (18:27 +0000)
committerVincent Fu <vincent.fu@samsung.com>
Thu, 23 Jan 2025 17:57:42 +0000 (12:57 -0500)
commit3a505a61298a803e8d5f25dc01fc5e35047c2dc0
treefdfdee1514c6219b4a87dc9bb66fca2695a40579
parent6f771553f9072488dc37b08bd48b776c2295b208
t/fiotestlib: improve JSON decoding

Instead of skipping up to a fixed number of lines when trying to decode
JSON output, just skip everything until the first opening {.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
t/fiotestlib.py