zephyr/tests/net/lib/mqtt_publisher/testcase.yaml
Andrew Boie c91b9b37d0 tests: net: stop whitelisting
This is bad practice and may conceal issues on platforms
not in the whitelist.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-09-20 09:21:11 +03:00

15 lines
327 B
YAML

common:
tags: net mqtt
harness: net
depends_on: netif
tests:
net.mqtt:
min_ram: 16
net.mqtt.tls:
min_ram: 16
extra_args: CONF_FILE="prj_tls.conf"
extra_configs:
- CONFIG_NET_PKT_RX_COUNT=20
- CONFIG_NET_PKT_TX_COUNT=20
- CONFIG_NET_BUF_RX_COUNT=20
- CONFIG_NET_BUF_TX_COUNT=20