27 Jun, 2020

1 commit

  • currently MPTCP uses a custom hook to executed unit tests at
    boot time. Let's use the KUNIT framework instead.
    Additionally move the relevant code to a separate file and
    export the function needed by the test when self-tests
    are build as a module.

    Co-developed-by: Matthieu Baerts
    Signed-off-by: Matthieu Baerts
    Signed-off-by: Paolo Abeni
    Reviewed-by: Mat Martineau
    Signed-off-by: David S. Miller

    Paolo Abeni