Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/power/pm-graph/
H A Dsleepgraph.py126 testcommand = '' variable in SystemValues
919 if self.suspendmode == 'command' and self.testcommand:
920 footer += '# platform-testcmd: %s\n' % (self.testcommand)
2953 sv.testcommand = props['testcommandstring'].altname
2964 sv.testcommand = info
4403 if sysvals.testcommand:
4404 testdesc = sysvals.testcommand
4581 title += sysvals.testcommand
5259 if sysvals.testcommand != '':
5281 if sysvals.testcommand != '':
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Ddevtool.py1477 testcommand = '/sbin/mdadm --help'
1506 result = runCmd('ssh %s root@%s %s' % (sshargs, qemu.ip, testcommand))
1531 … result = runCmd('ssh %s root@%s %s' % (sshargs, qemu.ip, testcommand), ignore_status=True)