tests: use proper unit test skip instead of prints 84/40484/4
authorKlement Sekera <klement.sekera@gmail.com>
Fri, 8 Mar 2024 09:24:46 +0000 (10:24 +0100)
committerOle Tr�an <otroan@employees.org>
Tue, 12 Mar 2024 19:33:12 +0000 (19:33 +0000)
commitceed1e3b816ebcf103b07e5a2dd004aabb2c4145
tree5d256850bddb9f4289b43872c6c1072bea44df75
parentc3148b1be8f519c80c4417c21b978dfef72b351b
tests: use proper unit test skip instead of prints

Using unittest skip instead of print unclutters display by not printing
skip messages when not applicable, e.g. when somebody runs tests which
are unrelated to netns tests, e.g. with FILTER=vapi.

Type: fix
Fixes: e416893a59
Change-Id: Ie09e213249aa47da7e4ff484c3d072fbce3c2001
Signed-off-by: Klement Sekera <klement.sekera@gmail.com>
test/vm_vpp_interfaces.py