Searched defs:mock_popen (Results 1 – 2 of 2) sorted by relevance
/tools/acloud/internal/lib/ |
D | ota_tools_test.py | 145 def _TestBuildSuperImage(self, mock_popen, mock_popen_object, argument 190 def testBuildSuperImageSuccess(self, mock_popen): argument 195 def testBuildSuperImageTimeout(self, mock_popen): argument 201 def testMakeDisabledVbmetaImageSuccess(self, mock_popen): argument 223 def _TestMkCombinedImg(self, mock_popen, mock_popen_object, argument 272 def testMkCombinedImgSuccess(self, mock_popen): argument 278 def testMkCombinedImgFailure(self, mock_popen): argument
|
/tools/acloud/create/ |
D | goldfish_local_image_local_instance_test.py | 85 def _SetUpMocks(self, mock_popen, mock_adb_tools, mock_utils, argument 124 def testCreateAVDInBuildEnvironment(self, mock_popen, mock_adb_tools, argument 174 def testCreateAVDFromSdkRepository(self, mock_popen, mock_adb_tools, argument 219 def testCreateAVDTimeout(self, mock_popen, mock_adb_tools, argument 256 def testCreateAVDWithMixedImages(self, mock_ota_tools, mock_popen, argument
|