selinux-testuite: add a patch to fix SCTP test issue

This fixes failing CKI stable kernel testing.
See: https://patchwork.kernel.org/patch/11400391/

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
This commit is contained in:
Ondrej Mosnacek 2020-02-24 16:03:12 +01:00
commit fbff736aea

View file

@ -42,7 +42,7 @@ DEFAULT_COMMIT="6fbe077267e19b60ff1c9006a53ba31ddd058df0"
# requests (by number) are merged, creating a new temporary local branch.
DEFAULT_PULLS=""
# Default SELinux Patchwork series to apply before running the test.
DEFAULT_PATCHES=""
DEFAULT_PATCHES="246967"
# Optional test parameter - location of testuite git.
GIT_URL=${GIT_URL:-"git://github.com/SELinuxProject/selinux-testsuite"}