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