ROM consumption is higher with new shell which prevents quark_se_c1000_devboard from building. Remove that board from sanitychecker runs. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
26 lines
586 B
YAML
26 lines
586 B
YAML
sample:
|
|
name: HTTP Server
|
|
tests:
|
|
test:
|
|
harness: net
|
|
depends_on: netif
|
|
tags: net http
|
|
test_bt:
|
|
harness: net
|
|
extra_args: CONF_FILE="prj_bt.conf"
|
|
platform_whitelist: qemu_x86
|
|
tags: net http
|
|
test_usbnet_ecm:
|
|
harness: net
|
|
extra_args: CONF_FILE="prj_netusb.conf"
|
|
platform_whitelist: 96b_carbon
|
|
tags: net usb
|
|
test_usbnet_eem:
|
|
harness: net
|
|
extra_args: CONF_FILE="prj_netusb.conf"
|
|
extra_configs:
|
|
- CONFIG_USB_DEVICE_NETWORK_ECM=n
|
|
- CONFIG_USB_DEVICE_NETWORK_EEM=y
|
|
platform_whitelist: 96b_carbon
|
|
tags: net usb
|