zephyr/samples/net
Robert Lubos 6d3c1ddec2 samples: net: google_iot_mqtt: Fix CI for the sample
The sample did not specify any tests in its sample.yaml file, causing CI
failures.

Additionally, the sample requires to generate secure key before building
the sample, otherwise the build fails. For the CI needs, specify a dummy
test key, which is only included if the build was triggered by Twister.
For this, specify a USE_DUMMY_KEY variable in the sample.yaml file.

Finally, fix some minor build issues in the sample itself - remove
unused variable, and remove deleted (and also unneeded) mbed TLS header
inclusion.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2021-12-13 20:34:28 -05:00
..
capture cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
civetweb cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
cloud samples: net: google_iot_mqtt: Fix CI for the sample 2021-12-13 20:34:28 -05:00
common
dhcpv4_client cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
dns_resolve cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
dsa doc: drop single quote references 2021-12-10 16:43:34 -05:00
eth_native_posix cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
gptp boards: frdm_k64f: Solve conflict between UART3 and enet 2021-11-30 11:08:15 -06:00
gsm_modem samples: net: gsm_modem: Fix gsm_ppp.h path 2021-12-08 10:06:55 -05:00
ipv4_autoconf cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
lldp cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
lwm2m_client net: lwm2m: Supported Protocol to pull firmware update must be optional 2021-11-26 10:26:32 -05:00
mdns_responder cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
mqtt_publisher kernel: mem_domain: init function to return error values 2021-11-22 12:45:22 -05:00
openthread/coprocessor samples: openthread: fix build fail for tlsr9518adk80d board 2021-09-03 09:58:52 -04:00
promiscuous_mode cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
sockets samples: net: sockets: echo server/client add 6locan to yaml 2021-12-06 08:15:14 -05:00
stats cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
syslog_net cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
telnet samples: net: telnet: Enable command handling by default 2021-11-11 19:23:20 -05:00
virtual cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
vlan cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
wifi cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
wpan_serial drivers: ieee802154: remove ieee802154_radio_handle_ack() stub 2021-09-21 18:28:25 -04:00
wpanusb usb: rework to use macro STRUCT_SECTION_FOREACH 2021-12-10 07:22:15 -06:00
zperf net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct 2021-11-25 10:46:35 -05:00
net.rst