Re: [PATCH net-next 2/2] selftests: forwarding: Allow running specific tests

2018-05-03 Thread Jiri Pirko
Thu, May 03, 2018 at 09:51:33AM CEST, ido...@mellanox.com wrote: >Similar to commit a511858c7536 ("selftests: fib_tests: Allow user to run >a specific test"), allow user to run only a subset of the tests using >the TESTS environment variable. > >This is useful when not all the tests can pass on a

[PATCH net-next 2/2] selftests: forwarding: Allow running specific tests

2018-05-03 Thread Ido Schimmel
Similar to commit a511858c7536 ("selftests: fib_tests: Allow user to run a specific test"), allow user to run only a subset of the tests using the TESTS environment variable. This is useful when not all the tests can pass on a given system. Example: # export TESTS="ping_ipv4 ping_ipv6" #