mbox series

[PATCHv2,net,0/5] kselftests/net: add missed tests to Makefile

Message ID 20211102013636.177411-1-liuhangbin@gmail.com (mailing list archive)
Headers show
Series kselftests/net: add missed tests to Makefile | expand

Message

Hangbin Liu Nov. 2, 2021, 1:36 a.m. UTC
When generating the selftest to another folder, some tests are missing
as they are not added in Makefile. e.g.

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

These pathset add them separately to make the Fixes tags less. It would
also make the stable tree or downstream backport easier.

If you think there is no need to add the Fixes tag for this minor issue.
I can repost a new patch and merge all the fixes together.

Thanks

v2: move toeplitz.sh/toeplitz_client.sh under TEST_PROGS_EXTENDED.

Hangbin Liu (5):
  kselftests/net: add missed icmp.sh test to Makefile
  kselftests/net: add missed setup_loopback.sh/setup_veth.sh to Makefile
  kselftests/net: add missed SRv6 tests
  kselftests/net: add missed vrf_strict_mode_test.sh test to Makefile
  kselftests/net: add missed toeplitz.sh/toeplitz_client.sh to Makefile

 tools/testing/selftests/net/Makefile | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Comments

Jakub Kicinski Nov. 2, 2021, 6:16 p.m. UTC | #1
On Tue,  2 Nov 2021 09:36:31 +0800 Hangbin Liu wrote:
> When generating the selftest to another folder, some tests are missing
> as they are not added in Makefile. e.g.
> 
>   make -C tools/testing/selftests/ install \
>       TARGETS="net" INSTALL_PATH=/tmp/kselftests
> 
> These pathset add them separately to make the Fixes tags less. It would
> also make the stable tree or downstream backport easier.
> 
> If you think there is no need to add the Fixes tag for this minor issue.
> I can repost a new patch and merge all the fixes together.

Thanks! Could you rebase on latest net/master and resend? 
We just forwarded the net tree for the next merge window.