The socket creator is no longer stopped this way. It worked in tests, as they still had the function.
@@ -385,8 +385,6 @@ class BoB:
"""
logger.info(BIND10_KILLING_ALL_PROCESSES)
- self.stop_creator(True)
-
for pid in self.processes:
logger.info(BIND10_KILL_PROCESS, self.processes[pid].name())
self.processes[pid].kill(True)
@@ -241,9 +241,6 @@ class MockBob(BoB):
procinfo.pid = 1
return procinfo
- def stop_creator(self, kill=False):
- self.creator = False
def read_bind10_config(self):
# Configuration options are set directly
pass