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>
15 lines
327 B
YAML
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
|