diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2024-01-25 16:47:31 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2024-01-27 19:01:19 +0100 |
| commit | a97d0c5875a562a16a9e3cbae03e615c16e47c87 (patch) | |
| tree | 0e2290137a99141de9f3eb683c8f7b3fe13687d6 /tests/topotests/lib/topogen.py | |
| parent | 0f79e6b876ef99b5be722a2038f519fbbf3a4a67 (diff) | |
lib: set up `frr_libstatedir`
This needs to be used for persistent state, which currently is misplaced
into `/var/run` / `/run` where it gets deleted across reboots.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'tests/topotests/lib/topogen.py')
| -rw-r--r-- | tests/topotests/lib/topogen.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/topotests/lib/topogen.py b/tests/topotests/lib/topogen.py index 7b06f3d127..155d2d0986 100644 --- a/tests/topotests/lib/topogen.py +++ b/tests/topotests/lib/topogen.py @@ -719,6 +719,7 @@ class TopoRouter(TopoGear): "/etc/frr", "/etc/snmp", "/var/run/frr", + "/var/lib/frr", "/var/log", ] |
