mbox series

[testsuite,0/2] Make SCTP and Bluetooth support optional

Message ID 20220413164810.2122305-1-omosnace@redhat.com (mailing list archive)
Headers show
Series Make SCTP and Bluetooth support optional | expand

Message

Ondrej Mosnacek April 13, 2022, 4:48 p.m. UTC
SCTP support is already partially auto-detected - improve it to be more
robust. Bluetooth is often disabled on architectures where it couldn't
be used, so add checks for it and skip relevant subtests if it's
disabled.

Ondrej Mosnacek (2):
  tests/extended_socket_class: make Bluetooth support optional
  tests: check more thoroughly for SCTP support

 tests/extended_socket_class/test | 107 +++++++++++++++++++------------
 tests/sctp/test                  |   4 +-
 2 files changed, 68 insertions(+), 43 deletions(-)

Comments

Ondrej Mosnacek April 20, 2022, 8:51 a.m. UTC | #1
On Wed, Apr 13, 2022 at 6:48 PM Ondrej Mosnacek <omosnace@redhat.com> wrote:
> SCTP support is already partially auto-detected - improve it to be more
> robust. Bluetooth is often disabled on architectures where it couldn't
> be used, so add checks for it and skip relevant subtests if it's
> disabled.
>
> Ondrej Mosnacek (2):
>   tests/extended_socket_class: make Bluetooth support optional
>   tests: check more thoroughly for SCTP support
>
>  tests/extended_socket_class/test | 107 +++++++++++++++++++------------
>  tests/sctp/test                  |   4 +-
>  2 files changed, 68 insertions(+), 43 deletions(-)
>
> --
> 2.35.1

Applied.