The original filtering condition was only whether ambient-temp0 device existed or not. However, registering ambient temp0 does not mean that NET-related devices have been enabled. Signed-off-by: Lucien Zhao <lucien.zhao@nxp.com>
34 lines
913 B
YAML
34 lines
913 B
YAML
sample:
|
|
name: Secure MQTT Sensor/Actuator Sample
|
|
tests:
|
|
sample.net.secure_mqtt_sensor_actuator:
|
|
harness: net
|
|
tags:
|
|
- net
|
|
- mqtt
|
|
- sensors
|
|
filter: dt_alias_exists("ambient-temp0") and CONFIG_NET_DRIVERS
|
|
integration_platforms:
|
|
- adi_eval_adin1110ebz
|
|
sample.net.secure_mqtt_sensor_actuator.staticip:
|
|
harness: net
|
|
extra_args: EXTRA_CONF_FILE="overlay-static.conf"
|
|
tags:
|
|
- net
|
|
- mqtt
|
|
- sensors
|
|
filter: dt_alias_exists("ambient-temp0") and CONFIG_NET_DRIVERS
|
|
integration_platforms:
|
|
- native_sim
|
|
sample.net.secure_mqtt_sensor_actuator.staticip_insecure:
|
|
harness: net
|
|
extra_args: EXTRA_CONF_FILE="overlay-static-insecure.conf"
|
|
tags:
|
|
- net
|
|
- mqtt
|
|
- sensors
|
|
filter: dt_alias_exists("ambient-temp0") and CONFIG_NET_DRIVERS
|
|
integration_platforms:
|
|
- adi_eval_adin1110ebz
|
|
- native_sim
|