Home
last modified time | relevance | path

Searched refs:mock_check_call (Results 1 – 4 of 4) sorted by relevance

/tools/acloud/create/
Dlocal_image_local_instance_test.py410 def testLaunchCVD(self, mock_check_call): argument
429 mock_check_call.assert_called_once_with(launch_cvd_cmd,
437 def testLaunchCVDTimeout(self, mock_check_call): argument
439 mock_check_call.side_effect = subprocess.TimeoutExpired(
448 mock_check_call.side_effect = subprocess.CalledProcessError(
/tools/asuite/plugin_lib/
Ddeployment_unittest.py58 def test_build_jars(self, mock_check_call): argument
61 self.assertTrue(mock_check_call.call)
/tools/acloud/list/
Dinstance_test.py109 mock_check_call = self.Patch(subprocess, "check_call")
120 mock_check_call.assert_called_with(
/tools/acloud/public/actions/
Dremote_instance_cf_device_factory_test.py416 def testDownloadArtifacts(self, mock_check_call): argument
439 self.assertEqual(mock_check_call.call_count, 1)