Skip to content

Commit

Permalink
test: fixed test patch issue due to function removal
Browse files Browse the repository at this point in the history
  • Loading branch information
bharnden committed Dec 13, 2023
1 parent d5a2e5a commit a64c685
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions daemon/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from core.emulator.enumerations import EventTypes
from core.emulator.session import Session
from core.nodes.base import CoreNode
from core.nodes.netclient import LinuxNetClient

EMANE_SERVICES = "zebra|OSPFv3MDR|IPForward"

Expand Down Expand Up @@ -57,9 +56,6 @@ def patcher(request):
patch_manager.patch("core.emulator.hooks._run_callback")
patch_manager.patch("core.emulator.hooks._run_script")
patch_manager.patch("core.nodes.netclient.get_net_client")
patch_manager.patch_obj(
LinuxNetClient, "get_mac", return_value="00:00:00:00:00:00"
)
patch_manager.patch_obj(CoreNode, "create_file")
yield patch_manager
patch_manager.shutdown()
Expand Down

0 comments on commit a64c685

Please sign in to comment.