Skip to content

Commit

Permalink
Add other things tried
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Nov 28, 2023
1 parent 93edaef commit 6c28e34
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/integration/test_L2_L3.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,17 @@ 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()

# print(f"Running post boot tasks on {node.get_name()}")
# node.run_post_boot_tasks()

# 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 6c28e34

Please sign in to comment.