selftests: net: Correct case name
authorLi Zhijian <lizhijian@cn.fujitsu.com>
Thu, 2 Dec 2021 02:28:41 +0000 (10:28 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Dec 2021 08:04:47 +0000 (09:04 +0100)
commitad7f90bb88468acc9dc0009e6b6b65e340846557
tree8f4c5aefb3a4073a03aaa1e96ea2634b7cad56dd
parent75917372eef0dbfb290ae45474314d35f97aea18
selftests: net: Correct case name

commit a05431b22be819d75db72ca3d44381d18a37b092 upstream.

ipv6_addr_bind/ipv4_addr_bind are function names. Previously, bind test
would not be run by default due to the wrong case names

Fixes: 34d0302ab861 ("selftests: Add ipv6 address bind tests to fcnal-test")
Fixes: 75b2b2b3db4c ("selftests: Add ipv4 address bind tests to fcnal-test")
Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/testing/selftests/net/fcnal-test.sh