Home
last modified time | relevance | path

Searched refs:PullLogs (Results 1 – 6 of 6) sorted by relevance

/tools/acloud/public/actions/
Dremote_host_cf_device_factory_test.py131 mock_pull.PullLogs.assert_called_once()
177 mock_pull.PullLogs.assert_not_called()
228 mock_pull.PullLogs.assert_not_called()
283 mock_pull.PullLogs.assert_not_called()
330 mock_pull.PullLogs.assert_not_called()
387 mock_pull.PullLogs.assert_not_called()
Dremote_instance_cf_device_factory_test.py266 mock_pull.PullLogs.assert_called_once()
345 mock_pull.PullLogs.assert_not_called()
Dremote_instance_cf_device_factory.py198 error_log_folder = pull.PullLogs(self._ssh, log_files, instance)
Dremote_host_cf_device_factory.py553 error_log_folder = pull.PullLogs(self._ssh, log_files, instance)
/tools/acloud/pull/
Dpull.py62 PullLogs(ssh, log_files, instance.name)
68 def PullLogs(ssh, log_files, instance_name): function
Dpull_test.py66 download_folder = pull.PullLogs(_ssh, log_files, "instance")