Searched refs:mock_pull (Results 1 – 2 of 2) sorted by relevance
/tools/acloud/public/actions/ |
D | remote_host_cf_device_factory_test.py | 87 def testCreateInstanceWithImageDir(self, mock_pull, mock_cvd_utils, argument 130 mock_pull.GetAllLogFilePaths.assert_called_once() 131 mock_pull.PullLogs.assert_called_once() 143 def testCreateInstanceWithImageZip(self, mock_pull, mock_cvd_utils, argument 176 mock_pull.GetAllLogFilePaths.assert_not_called() 177 mock_pull.PullLogs.assert_not_called() 190 def testCreateInstanceWithTargetFilesZip(self, mock_pull, mock_cvd_utils, argument 227 mock_pull.GetAllLogFilePaths.assert_not_called() 228 mock_pull.PullLogs.assert_not_called() 243 def testCreateInstanceWithRemoteImages(self, mock_pull, mock_glob, argument [all …]
|
D | remote_instance_cf_device_factory_test.py | 228 def testLocalImageCreateInstance(self, mock_cvd_utils, mock_pull, argument 264 mock_pull.GetAllLogFilePaths.assert_called_once_with( 266 mock_pull.PullLogs.assert_called_once() 316 def testRemoteImageCreateInstance(self, mock_cvd_utils, mock_pull, argument 344 mock_pull.GetAllLogFilePaths.assert_not_called() 345 mock_pull.PullLogs.assert_not_called()
|