]> git.baikalelectronics.ru Git - kernel.git/commit
kselftests/net: add missed SRv6 tests
authorHangbin Liu <liuhangbin@gmail.com>
Wed, 3 Nov 2021 02:44:57 +0000 (10:44 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 3 Nov 2021 11:07:02 +0000 (11:07 +0000)
commit0381ea816c158a4909f34ebf292fe314625ffce8
treedec3ce04622625049d3d6f1c048fbcb796c35d00
parent165cdd0a4669ce19f3c20c3712bea51e1d0a7763
kselftests/net: add missed SRv6 tests

When generating the selftests to another folder, the SRv6 tests are
missing as they are not in Makefile, e.g.

  make -C tools/testing/selftests/ install \
      TARGETS="net" INSTALL_PATH=/tmp/kselftests

Fixes: 7cde78511c9d ("selftests: seg6: add selftest for SRv6 End.DT46 Behavior")
Fixes: b3b6ecbdb063 ("selftests: add selftest for the SRv6 End.DT4 behavior")
Fixes: cbe74f5c9653 ("selftests: add selftest for the SRv6 End.DT6 (VRF) behavior")
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/Makefile