iproute2/testsuite
Stefan Bader 1019364964 testsuite: Handle large number of kernel options
Once there are more than a certain number of kernel config options
set (this happened for us with kernel 4.17), the method of passing
those as command line arguments exceeds the maximum number of
arguments the shell supports. This causes the whole testsuite to
fail.
Instead, create a temporary file and modify its contents so that
the config option variables are exported. Then this file can be
sourced in before running the tests.

Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Acked-by: Luca Boccassi <bluca@debian.org>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
2018-08-24 23:13:26 -07:00
..
configs Import patch iproute2.112 2005-01-17 23:27:05 +00:00
iproute2 SPDX license identifiers 2017-11-24 12:21:35 -08:00
lib testsuite: Prepare for ss tests 2018-08-15 14:25:18 -07:00
tests testsuite: Add a first ss test validating ssfilter 2018-08-15 14:25:18 -07:00
tools SPDX license identifiers 2017-11-24 12:21:35 -08:00
Makefile testsuite: Handle large number of kernel options 2018-08-24 23:13:26 -07:00