Home
last modified time | relevance | path

Searched refs:SYSTEM_INFO_CMD (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/
Dopenwrt_constants.py17 SYSTEM_INFO_CMD = "ubus call system board" variable
/tools/test/connectivity/acts/framework/acts/controllers/
Dopenwrt_ap.py15 from acts.controllers.openwrt_lib.openwrt_constants import SYSTEM_INFO_CMD
630 out = self.ssh.run(SYSTEM_INFO_CMD).stdout.split("\n")