Lines Matching full:sudo

283     sudo rm -vrf "${TEST_BASE}/tmp"
285 sudo rm -vf "/tmp/openthread.lock"
292 sudo logrotate -f /etc/logrotate.conf || true
307 sudo pkill -f "${OTBR_AGENT}" || true
308 sudo pkill -f "${OTBR_WEB}" || true
309 sudo pkill -f "${OT_COMMISSIONER_CLI}" || true
310 sudo pkill -f "${OT_CLI}" || true
315 sudo rm /etc/dbus-1/system.d/otbr-agent.conf || true
316 sudo rm -rf "${STAGE_DIR}" || true
317 sudo rm -rf "${BUILD_DIR}" || true
329 sudo cp "${OTBR_DBUS_CONF}" /etc/dbus-1/system.d
332 sudo killall "${OTBR_AGENT}" || true
344 sudo "${OTBR_AGENT_PATH}" -V
346 sudo "${OTBR_AGENT_PATH}" -x && exit $?
348 [[ ! -d tmp ]] || sudo rm -rf tmp
349sudo "${OTBR_AGENT_PATH}" -I "${TUN_NAME}" -v -d 6 "spinel+hdlc+forkpty://${ot_rcp}?forkpty-arg=${…
362 sudo killall "${OTBR_WEB}" || true
369 sudo "${OTBR_WEB_PATH}" -I "${TUN_NAME}" -p "${OTBR_WEB_PORT}" -a "${OTBR_WEB_HOST}" &
420 sudo killall "${OT_COMMISSIONER_CLI}" || true
462 sudo expect -f- <<EOF || die 'JOINER FAILED'
503 sudo "${OT_CTL}" factoryreset
505 sudo "${OT_CTL}" dataset init new
506 sudo "${OT_CTL}" dataset networkname ${network_name}
507 sudo "${OT_CTL}" dataset extpanid ${xpanid}
508 sudo "${OT_CTL}" dataset pskc -p ${passphrase}
509 sudo "${OT_CTL}" dataset commit active
510 sudo "${OT_CTL}" ifconfig up
511 sudo "${OT_CTL}" extaddr ${extaddr}
512 sudo "${OT_CTL}" thread start
515 sudo "${OT_CTL}" state | grep "leader"
536 sudo "${OT_CTL}" dataset init active
537 sudo "${OT_CTL}" dataset pskc 00000000000000000000000000000000
538 sudo "${OT_CTL}" dataset commit active
545 sudo "${OT_CTL}" dataset init active
546 sudo "${OT_CTL}" dataset pskc 11223344556677889900aabbccddeeff
547 sudo "${OT_CTL}" dataset commit active
555 sudo "${OT_CTL}" dataset init active
556 sudo "${OT_CTL}" dataset networkname ${new_network_name}
557 sudo "${OT_CTL}" dataset commit active
566 sudo "${OT_CTL}" thread stop
567 sudo "${OT_CTL}" extaddr ${new_extaddr}
568 sudo "${OT_CTL}" thread start
575 sudo "${OT_CTL}" thread stop
580 sudo "${OT_CTL}" thread start
586 sudo killall "${OTBR_AGENT}"