Hello:
This patch was applied to netdev/net.git (main) by David S. Miller davem@davemloft.net:
On Wed, 17 Jan 2024 19:12:32 -0500 you wrote:
When tests are run by runner.sh, bond_options.sh gets killed before it can complete:
make -C tools/testing/selftests run_tests TARGETS="drivers/net/bonding" [...] # timeout set to 120 # selftests: drivers/net/bonding: bond_options.sh # TEST: prio (active-backup miimon primary_reselect 0) [ OK ] # TEST: prio (active-backup miimon primary_reselect 1) [ OK ] # TEST: prio (active-backup miimon primary_reselect 2) [ OK ] # TEST: prio (active-backup arp_ip_target primary_reselect 0) [ OK ] # TEST: prio (active-backup arp_ip_target primary_reselect 1) [ OK ] # TEST: prio (active-backup arp_ip_target primary_reselect 2) [ OK ] # not ok 7 selftests: drivers/net/bonding: bond_options.sh # TIMEOUT 120 seconds
[...]
Here is the summary with links: - [net] selftests: bonding: Increase timeout to 1200s https://git.kernel.org/netdev/net/c/d7309c20ef3a
You are awesome, thank you!