zephyr/samples/net/sockets/http_client/Kconfig
Jukka Rissanen 8ab3dc256c samples: net: http_client: Allow Docker based testing
Add support for CONFIG_NET_SAMPLE_SEND_ITERATIONS option so that
this sample can be run multiple times against HTTP(s) server
that is running inside a Docker container.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2020-11-13 07:25:27 -05:00

16 lines
438 B
Plaintext

# Private config options for http-client sample app
# Copyright (c) 2020 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
mainmenu "Networking http-client sample application"
config NET_SAMPLE_SEND_ITERATIONS
int "Send a sample HTTP query this many times"
default 0
help
Send a sample HTTP query this many times before exiting. A value of
zero means that the sample application in default way.
source "Kconfig.zephyr"