diff options
| author | Christian Hopps <chopps@labn.net> | 2021-08-01 10:36:09 +0000 |
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2021-09-04 09:04:47 -0400 |
| commit | 04464749b666e4e04ce35c3a078c6f25dca1079e (patch) | |
| tree | 0a5f6948706d6570a99ef54839f5beca324f7b4b /tests/topotests/lib/topogen.py | |
| parent | 1973df1d3970d5e24fe50ec17acacfd91c7c1be2 (diff) | |
tests: keep revisions of configs
Signed-off-by: Christian Hopps <chopps@labn.net>
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 5c2ff1bf85..495c286b13 100644 --- a/tests/topotests/lib/topogen.py +++ b/tests/topotests/lib/topogen.py @@ -172,6 +172,7 @@ class Topogen(object): self.exabgp_cmd = None self._init_topo(topodef) + logger.info("loading topology: {}".format(self.modname)) # @staticmethod |
