test: test_trace.py: Have trace-cmd report always use -l
authorTom Rini <trini@konsulko.com>
Wed, 17 Jan 2024 22:12:36 +0000 (17:12 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 18 Jan 2024 14:04:34 +0000 (09:04 -0500)
commit1858bebeafe2475b1e2bc904900ca1e8dea7b417
tree47a1345246bcae2da059426fce7f5f385cb82718
parent662eade79e67ee2cefb0cb7ce27a56a34f21871d
test: test_trace.py: Have trace-cmd report always use -l

With newer versions of trace-cmd the report subcommand will have
different output from before if we do or do not pass -l. However, with
the -l flag passed our put is consistent here. This updates our regular
expressions and comments for this as well now.

Signed-off-by: Tom Rini <trini@konsulko.com>
test/py/tests/test_trace.py