mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 17:51:53 +00:00
Flock: fixed hypervisor log name
This commit is contained in:
parent
5eea993f60
commit
ab96defd20
@ -197,7 +197,7 @@ class Test:
|
|||||||
else:
|
else:
|
||||||
self._starting = True
|
self._starting = True
|
||||||
await self.hypervisor.prepare()
|
await self.hypervisor.prepare()
|
||||||
os.symlink(pathlib.Path("bgp-secondary.log").absolute(), self.hypervisor.basedir / "flock.log")
|
os.symlink(pathlib.Path(f"{self.name}.log").absolute(), self.hypervisor.basedir / "flock.log")
|
||||||
await self.hypervisor.start()
|
await self.hypervisor.start()
|
||||||
|
|
||||||
self._started.set_result(True)
|
self._started.set_result(True)
|
||||||
|
Loading…
Reference in New Issue
Block a user