selftests: net: print full exception on failure
authorJakub Kicinski <kuba@kernel.org>
Fri, 12 Apr 2024 14:14:34 +0000 (07:14 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 15 Apr 2024 18:21:12 +0000 (11:21 -0700)
commit99583b970b9073ea258235e6c794fd515df19c61
tree1906c422a1129b20565c4a1a48e5389c19a38e13
parenteeb409bde964df1956297b6775ff5f53dd98d556
selftests: net: print full exception on failure

Instead of a summary line print the full exception.
This makes debugging Python tests much easier.

Reviewed-by: Petr Machata <petrm@nvidia.com>
Link: https://lore.kernel.org/r/20240412141436.828666-5-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/lib/py/ksft.py