tests: net: whitelist boards for telnet server
Change-Id: I141cb9e680584b9b26926eae288ae7a2a85633f8 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
cebc7f95aa
commit
3557d04eb5
2 changed files with 2 additions and 3 deletions
|
|
@ -47,7 +47,7 @@ static void ipv4_addr_add_handler(struct net_mgmt_event_callback *cb,
|
|||
net_addr_ntop(AF_INET, &iface->ipv4.netmask,
|
||||
hr_addr, NET_IPV4_ADDR_LEN));
|
||||
NET_INFO("Router: %s",
|
||||
net_addr_ntop(AF_INET, &iface->ipv4.gw
|
||||
net_addr_ntop(AF_INET, &iface->ipv4.gw,
|
||||
hr_addr, NET_IPV4_ADDR_LEN));
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[test]
|
||||
tags = net
|
||||
build_only = true
|
||||
arch_whitelist = x86
|
||||
platform_exclude = quark_d2000_crb # not enough RAM
|
||||
platform_whitelist = frdm_k64f qemu_x86
|
||||
|
|
|
|||
Loading…
Reference in a new issue