1common: 2 harness: net 3 depends_on: netif 4 tags: 5 - net 6 - midi2 7sample: 8 name: Network MIDI2.0 sample application 9 description: Demonstrates usage of the Network MIDI2.0 (udp) host endpoint 10tests: 11 sample.net.midi2.host: {} 12 sample.net.midi2.host_auth_shared: 13 extra_configs: 14 - CONFIG_NET_SAMPLE_MIDI2_AUTH_SHARED_SECRET=y 15 - CONFIG_NET_SAMPLE_MIDI2_SHARED_SECRET="some-secret" 16 sample.net.midi2.host_auth_user: 17 extra_configs: 18 - CONFIG_NET_SAMPLE_MIDI2_AUTH_USER_PASSWORD=y 19 - CONFIG_NET_SAMPLE_MIDI2_USERNAME="user" 20 - CONFIG_NET_SAMPLE_MIDI2_PASSWORD="passwd" 21