Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next] selftests: bonding: remove redundant delete action of device link1_1
@ 2023-08-12  8:40 Zhengchao Shao
  2023-08-16  6:10 ` patchwork-bot+netdevbpf
  2023-08-16  6:11 ` Hangbin Liu
  0 siblings, 2 replies; 8+ messages in thread
From: Zhengchao Shao @ 2023-08-12  8:40 UTC (permalink / raw)
  To: netdev, linux-kselftest, shuah
  Cc: j.vosburgh, andy, weiyongjun1, yuehaibing, shaozhengchao

When run command "ip netns delete client", device link1_1 has been
deleted. So, it is no need to delete link1_1 again. Remove it.

Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com>
---
 .../drivers/net/bonding/bond-arp-interval-causes-panic.sh        | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/testing/selftests/drivers/net/bonding/bond-arp-interval-causes-panic.sh b/tools/testing/selftests/drivers/net/bonding/bond-arp-interval-causes-panic.sh
index 71c00bfafbc9..7b2d421f09cf 100755
--- a/tools/testing/selftests/drivers/net/bonding/bond-arp-interval-causes-panic.sh
+++ b/tools/testing/selftests/drivers/net/bonding/bond-arp-interval-causes-panic.sh
@@ -11,7 +11,6 @@ finish()
 {
 	ip netns delete server || true
 	ip netns delete client || true
-	ip link del link1_1 || true
 }
 
 trap finish EXIT
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-08-16 13:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-12  8:40 [PATCH net-next] selftests: bonding: remove redundant delete action of device link1_1 Zhengchao Shao
2023-08-16  6:10 ` patchwork-bot+netdevbpf
2023-08-16  6:11 ` Hangbin Liu
2023-08-16  7:55   ` shaozhengchao
2023-08-16  8:33     ` Hangbin Liu
2023-08-16  9:22       ` shaozhengchao
2023-08-16 10:02         ` Hangbin Liu
2023-08-16 13:48           ` shaozhengchao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox