Searched refs:mock_run (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/acts/framework/tests/controllers/bits_lib/ |
D | bits_client_test.py | 50 mock_run): argument 56 mock_run.assert_called() 57 args_list = mock_run.call_args_list 68 mock_run, argument 78 mock_run.assert_called() 79 args_list = mock_run.call_args_list 87 def test_stop_collection__triggers_export(self, mock_run, mock_context): argument 96 mock_run.assert_called() 97 args_list = mock_run.call_args_list 105 def test__export_ignores_dataseries_gaps(self, mock_run, mock_context): argument [all …]
|
D | bits_service_test.py | 48 def test_monsoons_usb_gets_connected_on_cleanup(self, mock_run, *_): argument 54 mock_run.assert_called() 55 self.assertIn('--usbpassthrough', mock_run.call_args[0][0]) 56 self.assertIn('on', mock_run.call_args[0][0])
|
/tools/acloud/setup/ |
D | gcp_setup_runner_test.py | 147 def testSetupGcloudInfo(self, mock_sdk, mock_set, mock_run, mock_create): argument 153 mock_run.assert_called_once() 230 def testEnableGcloudServices(self, mock_run): argument 232 mock_run.return_value = "" 234 mock_run.assert_has_calls([ 243 def testGoogleAPIService(self, mock_run): argument 248 mock_run.assert_has_calls([ 253 def testCheckBillingEnable(self, mock_run): argument 256 mock_run.return_value = "billingEnabled: true" 258 mock_run.assert_has_calls([ [all …]
|
/tools/asuite/atest/test_runners/ |
D | robolectric_test_runner_unittest.py | 45 def test_run_tests_raw(self, mock_run): argument 52 mock_run.return_value = mock_subproc
|
D | atest_tf_test_runner_unittest.py | 210 mock_run, mock_start_socket_server): argument 213 mock_run.return_value = mock_subproc
|
/tools/asuite/atest-py2/test_runners/ |
D | robolectric_test_runner_unittest.py | 41 def test_run_tests_raw(self, mock_run): argument 48 mock_run.return_value = mock_subproc
|
D | atest_tf_test_runner_unittest.py | 201 mock_run, mock_start_socket_server): argument 204 mock_run.return_value = mock_subproc
|