summaryrefslogtreecommitdiff
path: root/tools/testing
diff options
context:
space:
mode:
authorAaron Conole <aconole@redhat.com>2023-10-11 15:49:37 -0400
committerDavid S. Miller <davem@davemloft.net>2023-10-15 20:02:51 +0100
commitaf846afad5ca1c1a24d320adf9e48255e97db84e (patch)
tree0dfc2cec5023de9aa9f0c5eb8764dd9508f53e5e /tools/testing
parent92e37f20f20a23fec4626ae72eda50f127acb130 (diff)
selftests: openvswitch: Catch cases where the tests are killed
In case of fatal signal, or early abort at least cleanup the current test case. Fixes: 25f16c873fb1 ("selftests: add openvswitch selftest suite") Signed-off-by: Aaron Conole <aconole@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing')
-rwxr-xr-xtools/testing/selftests/net/openvswitch/openvswitch.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/openvswitch/openvswitch.sh b/tools/testing/selftests/net/openvswitch/openvswitch.sh
index 220c3356901e..2a0112be7ead 100755
--- a/tools/testing/selftests/net/openvswitch/openvswitch.sh
+++ b/tools/testing/selftests/net/openvswitch/openvswitch.sh
@@ -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