mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
selftests: openvswitch: Catch cases where the tests are killed
commitaf846afad5upstream. In case of fatal signal, or early abort at least cleanup the current test case. Fixes:25f16c873f("selftests: add openvswitch selftest suite") Signed-off-by: Aaron Conole <aconole@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e0914e5a05
commit
0bb1573512
@@ -3,6 +3,8 @@
|
||||
#
|
||||
# OVS kernel module self tests
|
||||
|
||||
trap ovs_exit_sig EXIT TERM INT ERR
|
||||
|
||||
# Kselftest framework requirement - SKIP code is 4.
|
||||
ksft_skip=4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user