1common: 2 min_ram: 16 3 tags: 4 - net 5 - hostname 6 depends_on: netif 7tests: 8 net.hostname: 9 extra_configs: 10 - CONFIG_NET_HOSTNAME_UNIQUE=n 11 - CONFIG_NET_HOSTNAME_DYNAMIC=n 12 net.hostname.unique: 13 extra_configs: 14 - CONFIG_NET_HOSTNAME_UNIQUE=y 15 - CONFIG_NET_HOSTNAME_DYNAMIC=n 16 net.hostname.dynamic: 17 extra_configs: 18 - CONFIG_NET_HOSTNAME_UNIQUE=n 19 - CONFIG_NET_HOSTNAME_DYNAMIC=y 20 net.hostname.unique.dynamic: 21 extra_configs: 22 - CONFIG_NET_HOSTNAME_UNIQUE=y 23 - CONFIG_NET_HOSTNAME_DYNAMIC=y 24 net.hostname.event: 25 extra_configs: 26 - CONFIG_NET_MGMT=y 27 - CONFIG_NET_MGMT_EVENT_INFO=y 28 net.hostname.event.unique: 29 extra_configs: 30 - CONFIG_NET_HOSTNAME_UNIQUE=y 31 - CONFIG_NET_MGMT=y 32 - CONFIG_NET_MGMT_EVENT=y 33 - CONFIG_NET_MGMT_EVENT_INFO=n 34