Skip to content

Commit

Permalink
tests: mqtt_publisher: enable random numbers
Browse files Browse the repository at this point in the history
tls_entropy_func() requires an entropy source.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
  • Loading branch information
Andrew Boie authored and nashif committed May 3, 2019
1 parent dc27ec3 commit 643d689
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/net/lib/mqtt_publisher/prj_tls.conf
Expand Up @@ -42,4 +42,6 @@ CONFIG_MBEDTLS_BUILTIN=y
CONFIG_MBEDTLS_ENABLE_HEAP=y CONFIG_MBEDTLS_ENABLE_HEAP=y
CONFIG_MBEDTLS_HEAP_SIZE=30000 CONFIG_MBEDTLS_HEAP_SIZE=30000


# for tls_entropy_func
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_ZTEST=y CONFIG_ZTEST=y

0 comments on commit 643d689

Please sign in to comment.