diff options
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 |
