Skip to content

Commit

Permalink
tests/gnrc_ipv6_ext_frag: Add Kconfig default configurations
Browse files Browse the repository at this point in the history
This test needs the pool size for limit objects set to 3 by default so
it does not fail. As this is done with the 'app.config' file, we
explicitly disable Kconfig by default.
  • Loading branch information
leandrolanzieri committed Jan 30, 2020
1 parent f716cb1 commit 6481076
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/gnrc_ipv6_ext_frag/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ USEMODULE += ps
# So it cannot currently be run
TEST_ON_CI_BLACKLIST += all

# As there is an 'app.config' we want to explicitly disable Kconfig by setting
# the variable to empty
SHOULD_RUN_KCONFIG ?=

.PHONY: ethos

ethos:
Expand Down
3 changes: 3 additions & 0 deletions tests/gnrc_ipv6_ext_frag/app.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This test fails if the pool size is less than 3
CONFIG_KCONFIG_MODULE_GNRC_IPV6_EXT_FRAG=y
CONFIG_GNRC_IPV6_EXT_FRAG_LIMITS_POOL_SIZE=3

0 comments on commit 6481076

Please sign in to comment.