Searched defs:mock_popen (Results 1 – 2 of 2) sorted by relevance
/tools/acloud/create/ |
D | goldfish_local_image_local_instance_test.py | 90 def _SetUpMocks(self, mock_popen, mock_utils, mock_instance): argument 128 def testCreateAVDInBuildEnvironment(self, mock_popen, mock_utils, argument 182 def testCreateAVDFromSdkRepository(self, mock_popen, argument 237 def testCreateAVDTimeout(self, mock_popen, mock_utils, mock_instance): argument 275 def testCreateAVDWithoutReport(self, mock_popen, mock_utils, argument 308 def testCreateAVDWithMixedImages(self, mock_ota_tools, mock_popen, argument 377 def testCreateAVDWithMixedImageDirs(self, mock_ota_tools, mock_popen, argument
|
/tools/acloud/internal/lib/ |
D | ota_tools_test.py | 173 def _TestBuildSuperImage(self, mock_popen, mock_popen_object, argument 218 def testBuildSuperImageSuccess(self, mock_popen): argument 223 def testBuildSuperImageTimeout(self, mock_popen): argument 229 def testMakeDisabledVbmetaImageSuccess(self, mock_popen): argument 251 def _TestMkCombinedImg(self, mock_popen, mock_popen_object, argument 300 def testMkCombinedImgSuccess(self, mock_popen): argument 306 def testMkCombinedImgFailure(self, mock_popen): argument
|