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.py65 …self.ether = ToolsHelper.get_output("/sbin/ifconfig %s ether | awk '/ether/ { print $2; }'" % ifac…
200 ifaces_lst = ToolsHelper.get_output(
/freebsd/tests/sys/netpfil/pf/
H A Dsctp.py298 states = ToolsHelper.get_output("/sbin/pfctl -ss")
349 states = ToolsHelper.get_output("/sbin/pfctl -ss")
368 states = ToolsHelper.get_output("/sbin/pfctl -ss")
400 states = ToolsHelper.get_output("/sbin/pfctl -ss")
434 states = ToolsHelper.get_output("/sbin/pfctl -ss")
468 states = ToolsHelper.get_output("/sbin/pfctl -ss | grep 192.0.2.2")
508 states = ToolsHelper.get_output("/sbin/pfctl -ss")
550 states = ToolsHelper.get_output("/sbin/pfctl -ss")
696 states = ToolsHelper.get_output("/sbin/pfctl -ss")
747 states = ToolsHelper.get_output("/sbin/pfctl -ss")
[all …]
H A Dmld.py89 dmesg = ToolsHelper.get_output("/sbin/dmesg")
/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.py471 ToolsHelper.get_output("route add -6 ::1/128 -iface lo0")
519 ToolsHelper.get_output("route add -6 ::1/128 -iface lo0")