Commit f9923a67 authored by Ido Schimmel's avatar Ido Schimmel Committed by Jakub Kicinski
Browse files

selftests: forwarding: Rename bridge_mdb test



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: default avatarIdo Schimmel <idosch@nvidia.com>
Acked-by: default avatarNikolay Aleksandrov <razor@blackwall.org>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 61f21835
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 \