The ipv6_flowlabel_mgr test file was lacking coverage for the IPV6_FL_A_RENEW action, and the IPV6_FL_F_REMOTE and IPV6_FL_F_REFLECT flags. The first three patches from this set aim to add a proper test case for each.
The fourth patch proposes the adoption of "kselftest_harness.h" helpers, improving code readability and conforming to the implementation of the most recent selftests. Marcelo Mendes Spessoto Junior (4): selftests: net: test IPV6_FL_A_RENEW selftests: net: test IPV6_FL_F_REMOTE selftests: net: test IPV6_FL_F_REFLECT selftests: net: adopt harness for flow label mgr .../selftests/net/ipv6_flowlabel_mgr.c | 450 +++++++++++++----- 1 file changed, 330 insertions(+), 120 deletions(-) -- 2.55.0
