commit | ac56fd8d27c6aa12c7d38b530168386d06ece14c | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Thu Jul 04 11:27:41 2019 +0300 |
committer | Andrew Boie <andrewboie@gmail.com> | Thu Jul 04 09:42:44 2019 -0700 |
tree | a39a1aa96754fe12a00f0e5ffdd1ebecf6e3d8e5 | |
parent | 223a2b950fc915d9e50a9e3ec3d3fbcfc325df17 [diff] |
tests: net: Increase stack sizes for coverage testing We need to increase the stack sizes if user enables CONFIG_COVERAGE option. You can test this by this command sanitycheck --coverage -p qemu_x86 -T tests/net/udp \ -T tests/net/mgmt -T tests/net/mld This is partial fix for issues described in #17323 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>