Home
last modified time | relevance | path

Searched refs:mock_run (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts/framework/tests/controllers/bits_lib/
Dbits_client_test.py50 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 …]
Dbits_service_test.py48 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/
Dgcp_setup_runner_test.py147 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/
Drobolectric_test_runner_unittest.py45 def test_run_tests_raw(self, mock_run): argument
52 mock_run.return_value = mock_subproc
Datest_tf_test_runner_unittest.py210 mock_run, mock_start_socket_server): argument
213 mock_run.return_value = mock_subproc
/tools/asuite/atest-py2/test_runners/
Drobolectric_test_runner_unittest.py41 def test_run_tests_raw(self, mock_run): argument
48 mock_run.return_value = mock_subproc
Datest_tf_test_runner_unittest.py201 mock_run, mock_start_socket_server): argument
204 mock_run.return_value = mock_subproc