]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
selftests: forwarding: Rename bridge_mdb test
authorIdo Schimmel <idosch@nvidia.com>
Sat, 10 Dec 2022 14:56:32 +0000 (16:56 +0200)
committerJakub Kicinski <kuba@kernel.org>
Mon, 12 Dec 2022 23:33:37 +0000 (15:33 -0800)
The test is only concerned with host MDB entries and not with MDB
entries as a whole. Rename the test to reflect that.

Subsequent patches will add a more general test that will contain the
test cases for host MDB entries and remove the current test.

Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/forwarding/Makefile
tools/testing/selftests/net/forwarding/bridge_mdb_host.sh [moved from tools/testing/selftests/net/forwarding/bridge_mdb.sh with 100% similarity]

index a9c5c1be50888f97438f707dbe18f2fcfb2ae2f2..f2df81ca3179ed2ce4ce78c778791d32d16f8278 100644 (file)
@@ -2,7 +2,7 @@
 
 TEST_PROGS = bridge_igmp.sh \
        bridge_locked_port.sh \
-       bridge_mdb.sh \
+       bridge_mdb_host.sh \
        bridge_mdb_port_down.sh \
        bridge_mld.sh \
        bridge_port_isolation.sh \