1sample:
2  name: USB support shell sample
3tests:
4  sample.usbd.shell:
5    platform_allow:
6      - nrf52840dk_nrf52840
7      - frdm_k64f
8    depends_on: usb_device
9    harness: keyboard
10    tags: usb
11  sample.usbh.shell:
12    depends_on: usb_device
13    tags:
14      - usb
15      - shield
16    extra_args:
17      - CONF_FILE="device_and_host_prj.conf"
18      - SHIELD="sparkfun_max3421e"
19    platform_allow:
20      - nrf52840dk_nrf52840
21      - frdm_k64f
22    build_only: true
23  sample.usbh.shell.virtual:
24    tags: usb
25    extra_args: CONF_FILE="device_and_host_prj.conf"
26    platform_allow: qemu_cortex_m3
27    build_only: true
28