diff --git a/tests/integration/test_L2_L3.py b/tests/integration/test_L2_L3.py index 56fe6a55..ef34d64b 100644 --- a/tests/integration/test_L2_L3.py +++ b/tests/integration/test_L2_L3.py @@ -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() # )