Add unique identifier instead of just 'test' for samples. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
11 lines
228 B
YAML
11 lines
228 B
YAML
sample:
|
|
description: BSD Sockets API HTTP GET example
|
|
name: socket_http_get
|
|
tests:
|
|
sample.net.sockets.http_get:
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
harness: net
|
|
min_ram: 32
|
|
min_flash: 80
|
|
tags: net socket
|