MCPcopy Create free account
hub / github.com/ElementsProject/elements / sigterm_node

Method sigterm_node

test/functional/feature_init.py:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 node = self.nodes[0]
40
41 def sigterm_node():
42 node.process.terminate()
43 node.process.wait()
44
45 def check_clean_start():
46 """Ensure that node restarts successfully after various interrupts."""

Callers

nothing calls this directly

Calls 1

waitMethod · 0.80

Tested by

no test coverage detected