Skip to content

Commit

Permalink
Merge pull request #3535 from opachano/palo_alto_log_collector_compat…
Browse files Browse the repository at this point in the history
…ibility

Add Palo Alto Log Collector Compatibility
  • Loading branch information
ktbyers authored Jan 6, 2025
2 parents 5a692f2 + 4ba6fd1 commit 06e8b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netmiko/paloalto/paloalto_panos.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ def session_preparation(self) -> None:
self.set_base_prompt()

# PA devices can be really slow--try to make sure we are caught up
self.write_channel("show admins\n")
self._test_channel_read(pattern=r"Client")
self.write_channel("show system info\n")
self._test_channel_read(pattern=r"operational-mode")
self._test_channel_read(pattern=r"[>#]")

def find_prompt(
Expand Down

0 comments on commit 06e8b42

Please sign in to comment.