daemon: removed session state file, information should be available through grpc if needed
This commit is contained in:
parent
e56d93f0fe
commit
d045fc0d51
2 changed files with 0 additions and 16 deletions
|
@ -59,7 +59,6 @@ def patcher(request):
|
|||
LinuxNetClient, "get_mac", return_value="00:00:00:00:00:00"
|
||||
)
|
||||
patch_manager.patch_obj(CoreNode, "create_file")
|
||||
patch_manager.patch_obj(Session, "write_state")
|
||||
yield patch_manager
|
||||
patch_manager.shutdown()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue