Merge branch 'selftests-assortment-of-fixes'
authorPaolo Abeni <pabeni@redhat.com>
Tue, 16 Apr 2024 10:14:44 +0000 (12:14 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 16 Apr 2024 10:14:44 +0000 (12:14 +0200)
commit81b095cae4bf7eca51b01d20780e2714e650bd87
tree3dc39095d3a59099d0bd961192f3546221440949
parent62d6d91db98a04defffd4ecfe168dd6ca80ef7d1
parent74ddac073cfe5f47c1509b665ec9b30df1fcd71c
Merge branch 'selftests-assortment-of-fixes'

Petr Machata says:

====================
selftests: Assortment of fixes

This is a loose follow-up to the Kernel CI patchset posted recently. It
contains various fixes that were supposed to be part of said patchset, but
didn't fit due to its size. The latter 4 patches were written independently
of the CI effort, but again didn't fit in their intended patchsets.

- Patch #1 unifies code of two very similar looking functions, busywait()
  and slowwait().

- Patch #2 adds sanity checks around the setting of NETIFS, which carries
  list of interfaces to run on.

- Patch #3 changes bail_on_lldpad() to SKIP instead of FAILing.

- Patches #4 to #7 fix issues in selftests.

- Patches #8 to #10 add topology diagrams to several selftests.
  This should have been part of the mlxsw leg of NH group stats patches,
  but again, it did not fit in due to size.
====================

Link: https://lore.kernel.org/r/cover.1712940759.git.petrm@nvidia.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>