Re: [PATCH] selftests/net/forwarding: teamd command not found

2025-01-13 Thread Petr Machata
Jakub Kicinski writes: > On Fri, 10 Jan 2025 15:35:23 +0100 Alessandro Zanni wrote: >> On Fri, Jan 10, 2025 at 04:09:07AM +, Hangbin Liu wrote: >> > On Fri, Jan 10, 2025 at 01:07:44AM +0100, Alessandro Zanni wrote: >> > > Running "make kselftest TARGETS=net/forwarding" results in several

Re: [PATCH] selftests/net/forwarding: teamd command not found

2025-01-10 Thread Jakub Kicinski
On Fri, 10 Jan 2025 15:35:23 +0100 Alessandro Zanni wrote: > On Fri, Jan 10, 2025 at 04:09:07AM +, Hangbin Liu wrote: > > On Fri, Jan 10, 2025 at 01:07:44AM +0100, Alessandro Zanni wrote: > > > Running "make kselftest TARGETS=net/forwarding" results in several > > > occurrences of the same er

Re: [PATCH] selftests/net/forwarding: teamd command not found

2025-01-10 Thread Hangbin Liu
On Fri, Jan 10, 2025 at 03:35:23PM +0100, Alessandro Zanni wrote: > On Fri, Jan 10, 2025 at 04:09:07AM +, Hangbin Liu wrote: > > On Fri, Jan 10, 2025 at 01:07:44AM +0100, Alessandro Zanni wrote: > > > Running "make kselftest TARGETS=net/forwarding" results in several > > > occurrences of the sa

Re: [PATCH] selftests/net/forwarding: teamd command not found

2025-01-10 Thread Alessandro Zanni
On Fri, Jan 10, 2025 at 04:09:07AM +, Hangbin Liu wrote: > On Fri, Jan 10, 2025 at 01:07:44AM +0100, Alessandro Zanni wrote: > > Running "make kselftest TARGETS=net/forwarding" results in several > > occurrences of the same error: > > ./lib.sh: line 787: teamd: command not found > > > > Since

Re: [PATCH] selftests/net/forwarding: teamd command not found

2025-01-09 Thread Hangbin Liu
On Fri, Jan 10, 2025 at 01:07:44AM +0100, Alessandro Zanni wrote: > Running "make kselftest TARGETS=net/forwarding" results in several > occurrences of the same error: > ./lib.sh: line 787: teamd: command not found > > Since many tests depends on teamd, this fix stops the tests if the > teamd com

[PATCH] selftests/net/forwarding: teamd command not found

2025-01-09 Thread Alessandro Zanni
Running "make kselftest TARGETS=net/forwarding" results in several occurrences of the same error: ./lib.sh: line 787: teamd: command not found Since many tests depends on teamd, this fix stops the tests if the teamd command is not installed. Signed-off-by: Alessandro Zanni --- tools/testing/se