Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/pm-graph/
H A Dsleepgraph.py138 testcommand = '' variable in SystemValues
978 if self.suspendmode == 'command' and self.testcommand:
979 footer += '# platform-testcmd: %s\n' % (self.testcommand)
3145 sv.testcommand = props['testcommandstring'].altname
3156 sv.testcommand = info
4660 if sysvals.testcommand:
4661 testdesc = sysvals.testcommand
4838 title += sysvals.testcommand
5486 if sv.testcommand != '':
5509 if sv.testcommand != '':
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Ddevtool.py1792 testcommand = '/sbin/mdadm --help'
1821 result = runCmd('ssh %s root@%s %s' % (sshargs, qemu.ip, testcommand))
1846 … result = runCmd('ssh %s root@%s %s' % (sshargs, qemu.ip, testcommand), ignore_status=True)