In order to prevent failing tests on i.MX RT the following samples were limited to a minimum 140k of flash: http_client, http_server, socket/echo_client and sockets/echo_server. Signed-off-by: Andrei Gansari <andrei.gansari@nxp.com>
13 lines
207 B
YAML
13 lines
207 B
YAML
common:
|
|
harness: net
|
|
tags: net
|
|
depends_on: netif
|
|
sample:
|
|
description: Test network sockets using a client/server
|
|
sample
|
|
name: Socket Echo Server
|
|
tests:
|
|
test:
|
|
tags: net
|
|
min_flash: 140
|