]> git.dujemihanovic.xyz Git - linux.git/commit
Merge branch 'move-sockopt-tests'
authorAlexei Starovoitov <ast@kernel.org>
Fri, 6 Sep 2019 16:59:06 +0000 (09:59 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 6 Sep 2019 16:59:06 +0000 (09:59 -0700)
commit8f6e19ab49bd5e3e490cf3d6d9412f91a732fb2c
tree9a63bd66be8610501906cb8585378578096863da
parent618916a4bf169450e4680173a4b105a1816a7d6d
parent1f4f80fed217e8186a7e1067ae71260e133012ce
Merge branch 'move-sockopt-tests'

Stanislav Fomichev says:

====================
Now that test_progs is shaping into more generic test framework,
let's convert sockopt tests to it. This requires adding
a helper to create and join a cgroup first (test__join_cgroup).
Since we already hijack stdout/stderr that shouldn't be
a problem (cgroup helpers log to stderr).

The rest of the patches just move sockopt tests files under prog_tests/
and do the required small adjustments.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>