tests: net: pkt: Do not print extra errors

Some irrelevant errors were printed even if the tests passed.
Make sure that these obsolete errors at not printed so that
sanitychecker does not get confused about them.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2018-10-23 13:33:47 +03:00
parent 7797c01eb5
commit 55673d045d

View file

@ -15,3 +15,7 @@ CONFIG_NET_LOG=y
CONFIG_ENTROPY_GENERATOR=y
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_ZTEST=y
# Do not print any errors, they just confuse the sanitychecker
# even if there is no problem with the test.
CONFIG_NET_MAX_LOG_LEVEL_OFF=y