Searched refs:popen (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts/framework/tests/ |
D | acts_job_test.py | 65 def test_run_success(self, popen): argument 73 def test_run_stderr(self, popen): argument 83 def test_run_error(self, popen): argument 90 def test_run_with_ignored_error(self, popen): argument 98 def test_run_timeout(self, popen): argument 105 def test_run_no_shell(self, popen): argument 113 def test_job_env(self, popen): argument 117 popen.assert_called_once() 118 _, kwargs = popen.call_args
|
/tools/tradefederation/core/atest/ |
D | atest_utils.py | 82 _, term_width = os.popen('stty size', 'r').read().split()
|