Searched refs:PullLogs (Results 1 – 6 of 6) sorted by relevance
/tools/acloud/public/actions/ |
D | remote_host_cf_device_factory_test.py | 131 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()
|
D | remote_instance_cf_device_factory_test.py | 266 mock_pull.PullLogs.assert_called_once() 345 mock_pull.PullLogs.assert_not_called()
|
D | remote_instance_cf_device_factory.py | 198 error_log_folder = pull.PullLogs(self._ssh, log_files, instance)
|
D | remote_host_cf_device_factory.py | 553 error_log_folder = pull.PullLogs(self._ssh, log_files, instance)
|
/tools/acloud/pull/ |
D | pull.py | 62 PullLogs(ssh, log_files, instance.name) 68 def PullLogs(ssh, log_files, instance_name): function
|
D | pull_test.py | 66 download_folder = pull.PullLogs(_ssh, log_files, "instance")
|