Searched defs:mock_wait (Results 1 – 1 of 1) sorted by relevance
/tools/acloud/internal/lib/ |
D | gcompute_client_test.py | 327 def testCreateImageFail(self, mock_wait, mock_check, mock_delete): argument 376 def testDeleteImage(self, mock_wait): argument 405 def testDeleteImages(self, mock_wait): argument 516 def testCreateInstance(self, mock_wait, mock_get_mach_type, argument 586 def testCreateInstanceWithGpu(self, mock_wait, mock_get_mach, argument 651 def testDeleteInstance(self, mock_wait): argument 667 def testDeleteInstances(self, mock_wait): argument 811 def testAttachDisk(self, mock_wait): argument 831 def testDetachDisk(self, mock_wait): argument 847 def testAttachAccelerator(self, mock_wait, mock_get_accel): argument [all …]
|