Searched refs:runInSubprocess (Results 1 - 2 of 2) sorted by relevance

/external/autotest/client/common_lib/
H A Dsmogcheck_util.py11 def runInSubprocess(args, rc_list=None): function
30 logging.debug('runInSubprocess args = %r; rc_list = %r', args, rc_list)
35 logging.error('runInSubprocess %s: out=%r, err=%r', args[0], out, err)
37 raise RuntimeError('runInSubprocess %s failed with returncode %d: %s' %
52 out, _ = runInSubprocess(args)
55 out, _ = runInSubprocess(['modprobe', 'i2c-dev'])
58 out, _ = runInSubprocess(args)
/external/autotest/client/site_tests/hardware_TPMTakeOwnership/
H A Dhardware_TPMTakeOwnership.py100 smogcheck_util.runInSubprocess(['tpmc', 'startup'])
103 smogcheck_util.runInSubprocess(['tpmc', 'test'])
106 smogcheck_util.runInSubprocess(['tpmc', 'ppon'])
109 smogcheck_util.runInSubprocess(['tpmc', 'clear'])
112 smogcheck_util.runInSubprocess(['start', 'tcsd'])
119 smogcheck_util.runInSubprocess(['stop', 'tcsd'])
124 smogcheck_util.runInSubprocess(['tpmc', 'clear'])

Completed in 911 milliseconds