Home
last modified time | relevance | path

Searched refs:IfaceFactory (Results 1 – 3 of 3) sorted by relevance

/src/tests/sys/netlink/
H A Dtest_rtnl_route.py6 from atf_python.sys.net.vnet import IfaceFactory
52 tun_ifname = IfaceFactory().create_iface("", "tun")[0].name
73 tun_ifname = IfaceFactory().create_iface("", "tun")[0].name
/src/tests/atf_python/sys/net/
H A Dvnet.py163 class IfaceFactory(object): class
196 return iface_type in IfaceFactory.AUTODELETE_TYPES
324 iface_factory = IfaceFactory()
410 iface_factory = IfaceFactory()
531 IfaceFactory().cleanup()
/src/sbin/ping/tests/
H A Dtest_ping.py8 from atf_python.sys.net.vnet import IfaceFactory
1450 iface = IfaceFactory().create_iface("", "tun")[0].name