Home
last modified time | relevance | path

Searched full:bash (Results 1 – 25 of 83) sorted by relevance

1234

/openthread-3.4.0/src/core/diags/
DREADME.md28 ```bash
37 ```bash
47 ```bash
56 ```bash
66 ```bash
75 ```bash
84 ```bash
93 ```bash
102 ```bash
111 ```bash
[all …]
/openthread-3.4.0/src/cli/
DREADME_DATASET.md34 ```bash
53 ```bash
60 ```bash
77 ```bash
86 ```bash
95 ```bash
142 ```bash
175 ```bash
192 ```bash
204 ```bash
[all …]
DREADME.md13 ```bash
133 ```bash
143 ```bash
166 ```bash
179 ```bash
192 ```bash
209 ```bash
231 ```bash
242 ```bash
262 ```bash
[all …]
DREADME_SRP_CLIENT.md28 ```bash
52 ```bash
60 ```bash
77 ```bash
85 ```bash
98 ```bash
109 ```bash
121 ```bash
136 ```bash
144 ```bash
[all …]
DREADME_COAPS.md19 ```bash
25 ```bash
35 ```bash
44 ```bash
62 ```bash
73 ```bash
79 ```bash
103 ```bash
129 ```bash
141 ```bash
[all …]
DREADME_COMMISSIONER.md32 ```bash
59 ```bash
78 ```bash
95 ```bash
100 ```bash
114 ```bash
119 ```bash
130 ```bash
146 ```bash
157 ```bash
[all …]
DREADME_UDP.md15 ```bash
26 ```bash
35 ```bash
55 ```bash
77 ```bash
90 ```bash
102 ```bash
111 ```bash
121 ```bash
131 ```bash
[all …]
DREADME_COMMISSIONING.md11 ```bash
30 ```bash
37 ```bash
48 ```bash
58 ```bash
67 ```bash
76 ```bash
82 ```bash
92 ```bash
99 ```bash
DREADME_NETDATA.md17 ```bash
36 ```bash
43 ```bash
52 ```bash
63 ```bash
72 ```bash
83 ```bash
103 ```bash
112 ```bash
121 ```bash
[all …]
DREADME_COAP.md15 ```bash
24 ```bash
39 ```bash
65 ```bash
88 ```bash
100 ```bash
111 ```bash
116 ```bash
129 ```bash
142 ```bash
[all …]
DREADME_TCP.md15 ```bash
26 ```bash
36 ```bash
42 ```bash
49 ```bash
75 ```bash
87 ```bash
101 ```bash
115 ```bash
125 ```bash
[all …]
DREADME_SRP_SERVER.md28 ```bash
53 ```bash
61 ```bash
76 ```bash
87 ```bash
95 ```bash
106 ```bash
117 ```bash
134 ```bash
145 ```bash
[all …]
DREADME_BR.md26 ```bash
45 ```bash
56 ```bash
72 ```bash
83 ```bash
104 ```bash
125 ```bash
148 ```bash
169 ```bash
182 ```bash
[all …]
DREADME_SRP.md9 ```bash
15 ```bash
53 ```bash
59 ```bash
94 ```bash
109 ```bash
122 ```bash
149 ```bash
156 ```bash
169 ```bash
[all …]
DREADME_JOINER.md24 ```bash
42 ```bash
58 ```bash
75 ```bash
93 ```bash
105 ```bash
/openthread-3.4.0/examples/apps/cli/
DREADME.md7 ```bash
17 ```bash
24 ```bash
45 ```bash
52 ```bash
59 ```bash
67 ```bash
80 ```bash
87 ```bash
96 ```bash
[all …]
/openthread-3.4.0/tools/harness-thci/
DOpenThread_BR.py98 def bash(self, cmd, timeout): member in SSHHandle
168 self.bash('stty cols 256')
180 def bash(self, cmd, timeout=10): member in SerialHandle
182 Execute the command in bash.
328 self.bash('ip -6 addr del 910b::1 dev %s || true' % self.backboneNetif)
329 self.bash('ip -6 addr del fd00:7d03:7d03:7d03::1 dev %s || true' % self.backboneNetif)
342 self.bash('sysctl net.ipv6.conf.%s.accept_ra=2' % self.backboneNetif)
357 self.bash(cmd)
363 self.bash('ip -6 addr add 910b::1 dev %s' % self.backboneNetif)
366 self.bash('ip -6 addr add fd00:7d03:7d03:7d03::1 dev %s' % self.backboneNetif)
[all …]
/openthread-3.4.0/tools/harness-automation/doc/
Dquickstart.rst29 # bash
40 # bash
53 # bash
64 # bash
75 # bash
/openthread-3.4.0/tools/ot-fct/
DREADME.md17 ```bash
37 ```bash
46 ```bash
55 ```bash
66 ```bash
/openthread-3.4.0/examples/platforms/simulation/
DREADME.md9 ```bash
21 ```bash
37 ```bash
44 ```bash
/openthread-3.4.0/tests/scripts/thread-cert/
Drun_cert_suite.py55 def bash(cmd: str, check=True, stdout=None): function
83 bash(f'cat {logfile} 1>&2')
97 bash('pkill socat 2>/dev/null || true')
98 bash('pkill dumpcap 2>/dev/null || true')
99 bash(f'docker rm -f $(docker ps -a -q -f "name=otbr_") 2>/dev/null || true')
100 bash(f'docker network rm $(docker network ls -q -f "name=backbone") 2>/dev/null || true')
110 bash(f'docker image inspect {config.OTBR_DOCKER_IMAGE} >/dev/null')
/openthread-3.4.0/tests/scripts/thread-cert/border_router/nat64/
Dtest_upstream_dns.py105 br.bash('service bind9 stop')
107 br.bash(shlex.join(['echo', TEST_DOMAIN_BIND_CONF]) + ' >> /etc/bind/named.conf.local')
108 br.bash(shlex.join(['echo', TEST_DOMAIN_BIND_ZONE]) + ' >> /etc/bind/db.test.domain')
110 br.bash('service bind9 start')
Dtest_with_infrastructure_prefix.py160 br.bash("service bind9 stop")
173 br.bash("service bind9 start")
185 br.bash("sed -i 's/dns64 /\/\/dns64 /' /etc/bind/named.conf.options")
186 …br.bash("sed -i '/\/\/dns64 /a dns64 " + SMALL_NAT64_PREFIX + " {};' /etc/bind/named.conf.options")
187 br.bash("service bind9 restart")
/openthread-3.4.0/
DCONTRIBUTING.md44 ```bash
64 ```bash
74 ```bash
90 ```bash
102 ```bash
118 ```bash
/openthread-3.4.0/tests/scripts/thread-cert/border_router/
Dtest_firewall.py102 host.bash(f'ip -6 addr add {interface}/64 dev {host.ETH_DEV} scope global')
104 host.bash(f'ip -6 route del {route} dev {host.ETH_DEV}')
106 host.bash(f'ip -6 route add {dest} dev {host.ETH_DEV} via {gateway}')
110 host.bash(f'ip -6 route del {dest}')
112 host.bash(f'ip -6 addr del {interface}/64 dev {host.ETH_DEV} scope global')
140 host.bash(f'ip -6 route add {config.MESH_LOCAL_PREFIX} dev {host.ETH_DEV}')

1234