From 643d68910710cb200c70aa9720927a38e0d699fa Mon Sep 17 00:00:00 2001 From: Andrew Boie Date: Fri, 3 May 2019 08:29:34 -0700 Subject: [PATCH] tests: mqtt_publisher: enable random numbers tls_entropy_func() requires an entropy source. Signed-off-by: Andrew Boie --- tests/net/lib/mqtt_publisher/prj_tls.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/net/lib/mqtt_publisher/prj_tls.conf b/tests/net/lib/mqtt_publisher/prj_tls.conf index 310c7f4645ee7e..6ca6b98974e8e8 100644 --- a/tests/net/lib/mqtt_publisher/prj_tls.conf +++ b/tests/net/lib/mqtt_publisher/prj_tls.conf @@ -42,4 +42,6 @@ CONFIG_MBEDTLS_BUILTIN=y CONFIG_MBEDTLS_ENABLE_HEAP=y CONFIG_MBEDTLS_HEAP_SIZE=30000 +# for tls_entropy_func +CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_ZTEST=y