Skip to content

Commit

Permalink
Fix launch.py for ios xrv >7.1 (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersLaastad authored Nov 20, 2024
1 parent 262e0b9 commit 808a9fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xrv9k/docker/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ def bootstrap_config(self):
# make sure we get our prompt back
self.wait_write("")

# wait for call-home in config
if not self._wait_config("show running-config call-home", "service active"):
# wait for linecard to show up
if not self._wait_config("show platform | in LC", "IOS XR RUN"):
return False

self.wait_write("configure")
Expand Down

0 comments on commit 808a9fa

Please sign in to comment.