]> git.itanic.dy.fi Git - linux-stable/commit
selftests: bonding: re-format bond option tests
authorHangbin Liu <liuhangbin@gmail.com>
Thu, 6 Apr 2023 08:23:51 +0000 (16:23 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Apr 2023 07:47:20 +0000 (08:47 +0100)
commit481b56e0391ea46d6bf1a2604422a21063615901
tree148690aa6bbc64564b0bd6e0de2d8bbd61f5eaa1
parent4598380f9c548aa161eb4e990a1583f0a7d1e0d7
selftests: bonding: re-format bond option tests

To improve the testing process for bond options, A new bond topology lib
is added to our testing setup. The current option_prio.sh file will be
renamed to bond_options.sh so that all bonding options can be tested here.
Specifically, for priority testing, we will run all tests using modes
1, 5, and 6. These changes will help us streamline the testing process
and ensure that our bond options are rigorously evaluated.

Acked-by: Jay Vosburgh <jay.vosburgh@canonical.com>
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Acked-by: Jonathan Toppins <jtoppins@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/drivers/net/bonding/Makefile
tools/testing/selftests/drivers/net/bonding/bond_options.sh [new file with mode: 0755]
tools/testing/selftests/drivers/net/bonding/bond_topo_3d1c.sh [new file with mode: 0644]
tools/testing/selftests/drivers/net/bonding/option_prio.sh [deleted file]