Searched refs:testcommand (Results 1 – 2 of 2) sorted by relevance
138 testcommand = '' variable in SystemValues978 if self.suspendmode == 'command' and self.testcommand:979 footer += '# platform-testcmd: %s\n' % (self.testcommand)3145 sv.testcommand = props['testcommandstring'].altname3156 sv.testcommand = info4660 if sysvals.testcommand:4661 testdesc = sysvals.testcommand4838 title += sysvals.testcommand5486 if sv.testcommand != '':5509 if sv.testcommand != '':[all …]
1792 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)