Re: [PATCH 01/11] selftests: net/fcnal: Fix {ipv4,ipv6}_bind not run by default
From: David Ahern
Date: Wed Oct 06 2021 - 10:37:35 EST
On 10/6/21 5:47 AM, Leonard Crestez wrote:
> Inside the TESTS_IPV{4,6} array these are listed as ipv{4,6}_addr_bind
> but test running loop only checks for ipv{4,6}_bind and bind{,6} and
> ignores everything else.
>
> As a consequence these tests were not run by default, only with an
> explicit -t.
>
> Fix inside TESTS_IPV{4,6}.
>
> Signed-off-by: Leonard Crestez <cdleonard@xxxxxxxxx>
> ---
> tools/testing/selftests/net/fcnal-test.sh | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
Good catch.
Reviewed-by: David Ahern <dsahern@xxxxxxxxxx>