]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: net: Correct case name
authorLi Zhijian <lizhijian@cn.fujitsu.com>
Thu, 2 Dec 2021 02:28:41 +0000 (10:28 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Dec 2021 12:19:08 +0000 (12:19 +0000)
commitf98e27789a9e9498e9fbfd405ddd3d05d88dfc19
tree8b3af268dfa0ca38fc55df7f44b9792a1e7ee23d
parentc31bbbd8c2ce1ef750f16a1f9d15bd867f3ebcd1
selftests: net: Correct case name

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: ea3d469c7399 ("selftests: Add ipv6 address bind tests to fcnal-test")
Fixes: a77a40ae320f ("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>
tools/testing/selftests/net/fcnal-test.sh