Re: [PATCH net-next 0/2] selftests: forwarding: Two enhancements

2018-05-03 Thread David Miller
From: Ido Schimmel Date: Thu, 3 May 2018 10:51:31 +0300 > First patch increases the maximum deviation in the multipath tests which > proved to be too low in some cases. > > Second patch allows user to run only specific tests from each file using > the TESTS environment variable. This granularit

[PATCH net-next 0/2] selftests: forwarding: Two enhancements

2018-05-03 Thread Ido Schimmel
First patch increases the maximum deviation in the multipath tests which proved to be too low in some cases. Second patch allows user to run only specific tests from each file using the TESTS environment variable. This granularity is needed in setups where not all the tests can pass. Ido Schimmel