Searched refs:testcommand (Results 1 – 2 of 2) sorted by relevance
126 testcommand = '' variable in SystemValues919 if self.suspendmode == 'command' and self.testcommand:920 footer += '# platform-testcmd: %s\n' % (self.testcommand)2953 sv.testcommand = props['testcommandstring'].altname2964 sv.testcommand = info4403 if sysvals.testcommand:4404 testdesc = sysvals.testcommand4581 title += sysvals.testcommand5259 if sysvals.testcommand != '':5281 if sysvals.testcommand != '':[all …]
1477 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)