Skip to content

Commit

Permalink
using same topology #67
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarinve committed Oct 29, 2024
1 parent aa07607 commit 223527a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions topology-conversion/controllers/operational_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ def json_reader(json_name):
def post_oxp_enable_all():
"""Enable all switches, interfaces, and links"""
post_oxp_switch_enable("all")
time.sleep(15)
time.sleep(5)
post_oxp_interface_enable("all")
time.sleep(15)
time.sleep(10)
post_oxp_link_enable("all")
return get_oxp_links()

Expand Down

0 comments on commit 223527a

Please sign in to comment.