Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Nov 28, 2023
1 parent 6c28e34 commit 701f920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/test_L2_L3.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def __add_l3_to_node(self, site):
self.__add_l3_iface(site, node)

# Other things tried:

# print(f"Rebooting node {node.get_name()}...")
# node.os_reboot()

Expand All @@ -139,7 +139,7 @@ def __add_l3_to_node(self, site):

# print(f"Running post update commands on {node.get_name()}")
# node.run_post_update_commands()

# node.add_route(
# subnet=FablibManager.FABNETV4_SUBNET, next_hop=l3_net.get_gateway()
# )
Expand Down

0 comments on commit 701f920

Please sign in to comment.