2017-04-05 11:11:22 +08:00
|
|
|
sample:
|
2017-10-15 00:08:08 +08:00
|
|
|
name: HTTP Server
|
2017-04-05 11:11:22 +08:00
|
|
|
tests:
|
2017-12-06 02:00:43 +08:00
|
|
|
test:
|
2017-12-10 23:17:32 +08:00
|
|
|
harness: net
|
2017-12-06 02:00:43 +08:00
|
|
|
depends_on: netif
|
|
|
|
tags: net http
|
|
|
|
test_bt:
|
2017-12-10 23:17:32 +08:00
|
|
|
harness: net
|
2017-12-06 02:00:43 +08:00
|
|
|
extra_args: CONF_FILE="prj_bt.conf"
|
|
|
|
platform_whitelist: qemu_x86
|
|
|
|
tags: net http
|
|
|
|
test_usbnet:
|
2017-12-10 23:17:32 +08:00
|
|
|
harness: net
|
2017-12-06 02:00:43 +08:00
|
|
|
extra_args: CONF_FILE="prj_netusb.conf"
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_USB_DEVICE_VID=0xDEAD
|
|
|
|
- CONFIG_USB_DEVICE_PID=0xBEEF
|
|
|
|
platform_whitelist: quark_se_c1000_devboard
|
|
|
|
tags: net usb
|