Home
last modified time | relevance | path

Searched refs:mock_pull (Results 1 – 2 of 2) sorted by relevance

/tools/acloud/public/actions/
Dremote_host_cf_device_factory_test.py87 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 …]
Dremote_instance_cf_device_factory_test.py228 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()