Message ID | 20220602145312.888125-1-omosnace@redhat.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Ondrej Mosnáček |
Headers | show |
Series | [testsuite] tests/sctp: temporarily disable ASCONF tests | expand |
On Thu, Jun 2, 2022 at 4:53 PM Ondrej Mosnacek <omosnace@redhat.com> wrote: > The implementation is buggy and can't be reliably tested right now, so > disable the tests until the kernel is fixed and tests updated. > > Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com> > --- > tests/sctp/test | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/tests/sctp/test b/tests/sctp/test > index 7e84ab0..e28d214 100755 > --- a/tests/sctp/test > +++ b/tests/sctp/test > @@ -57,8 +57,11 @@ BEGIN { > } > > if ( $ipaddress[1] ne 0 and $ipaddress[0] ne $ipaddress[1] ) { > - $test_count += 3; > - $test_asconf = 1; > + > +# Disable ASCONF tests for now due to a known issue: > +# https://lore.kernel.org/selinux/CAFqZXNsO0HSqP2n3W_Su07LPggUm5_M1tGJBuJDW_VL-pWHOWw@mail.gmail.com/T/ > +#$test_count += 3; > +#$test_asconf = 1; > } > > # SCTP client peeloff has been fixed in kernel 5.18+ > -- > 2.36.1 Merged as: https://github.com/SELinuxProject/selinux-testsuite/commit/3e93ece73da162fe58f9ec7d16b01915a4568c11
diff --git a/tests/sctp/test b/tests/sctp/test index 7e84ab0..e28d214 100755 --- a/tests/sctp/test +++ b/tests/sctp/test @@ -57,8 +57,11 @@ BEGIN { } if ( $ipaddress[1] ne 0 and $ipaddress[0] ne $ipaddress[1] ) { - $test_count += 3; - $test_asconf = 1; + +# Disable ASCONF tests for now due to a known issue: +# https://lore.kernel.org/selinux/CAFqZXNsO0HSqP2n3W_Su07LPggUm5_M1tGJBuJDW_VL-pWHOWw@mail.gmail.com/T/ +#$test_count += 3; +#$test_asconf = 1; } # SCTP client peeloff has been fixed in kernel 5.18+
The implementation is buggy and can't be reliably tested right now, so disable the tests until the kernel is fixed and tests updated. Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com> --- tests/sctp/test | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)