OSDN Git Service

selftests: rtnetlink: remove netdevsim device after ipsec offload test
authorSabrina Dubroca <sd@queasysnail.net>
Thu, 22 Jun 2023 21:03:34 +0000 (23:03 +0200)
committerJakub Kicinski <kuba@kernel.org>
Sat, 24 Jun 2023 22:19:39 +0000 (15:19 -0700)
commit5f789f103671fec3733ebe756e56adf15c90c21d
tree00e57df19808ef3d8d87d7a8f0564fe8f130468d
parent11b73313c12403f617b47752db0ab3deef201af7
selftests: rtnetlink: remove netdevsim device after ipsec offload test

On systems where netdevsim is built-in or loaded before the test
starts, kci_test_ipsec_offload doesn't remove the netdevsim device it
created during the test.

Fixes: e05b2d141fef ("netdevsim: move netdev creation/destruction to dev probe")
Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Link: https://lore.kernel.org/r/e1cb94f4f82f4eca4a444feec4488a1323396357.1687466906.git.sd@queasysnail.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/rtnetlink.sh