Home
last modified time | relevance | path

Searched refs:get_output (Results 1 – 8 of 8) sorted by relevance

/freebsd/tests/atf_python/sys/net/
H A Dtools.py12 def get_output(cls, cmd: str, verbose=False) -> str: member in ToolsHelper
41 print(cls.get_output(cmd))
52 cls.get_output("sysctl {}={}".format(oid, val))
57 out = cls.get_output(
70 out = cls.get_output(
85 for line in cls.get_output(cls.IFCONFIG_PATH).splitlines():
H A Dvnet.py187 ifaces_lst = ToolsHelper.get_output(
/freebsd/tests/sys/netpfil/pf/
H A Dsctp.py295 states = ToolsHelper.get_output("/sbin/pfctl -ss")
343 states = ToolsHelper.get_output("/sbin/pfctl -ss")
362 states = ToolsHelper.get_output("/sbin/pfctl -ss")
391 states = ToolsHelper.get_output("/sbin/pfctl -ss")
422 states = ToolsHelper.get_output("/sbin/pfctl -ss")
462 states = ToolsHelper.get_output("/sbin/pfctl -ss")
501 states = ToolsHelper.get_output("/sbin/pfctl -ss")
554 states = ToolsHelper.get_output("/sbin/pfctl -ss")
602 states = ToolsHelper.get_output("/sbin/pfctl -ss")
621 states = ToolsHelper.get_output("/sbi
[all...]
H A Dicmp.py96 … our_mac = ToolsHelper.get_output("/sbin/ifconfig %s ether | awk '/ether/ { print $2; }'" % sendif)
/freebsd/lib/msun/tests/
H A Dnearbyint_test.c69 get_output(int testindex, int rmodeindex, int negative) in get_output() function
96 out = get_output(testindex, i, 0); in test_nearby()
103 out = get_output(testindex, i, 1); in test_nearby()
/freebsd/tests/examples/
H A Dtest_examples.py23 assert ToolsHelper.get_output("uname -s").strip() == "FreeBSD"
167 out = ToolsHelper.get_output(
/freebsd/tests/sys/net/routing/
H A Dtest_routing_l3.py95 tun_ifname = ToolsHelper.get_output("/sbin/ifconfig tun create").rstrip()
/freebsd/tests/sys/netinet6/
H A Dtest_ip6_output.py472 ToolsHelper.get_output("route add -6 ::1/128 -iface lo0")
520 ToolsHelper.get_output("route add -6 ::1/128 -iface lo0")