diff options
| author | Christian Hopps <chopps@labn.net> | 2021-08-27 14:28:29 -0400 | 
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2021-09-04 09:04:46 -0400 | 
| commit | 8db751b853560377ebd640c729ecb4e155e6a6d7 (patch) | |
| tree | 51a8419faf7cc64401f05b13c95a30895c5cd2f9 /tests/topotests/bgp_gr_functionality_topo2 | |
| parent | 4958158787ce9179020d024c14416a23e82713b1 (diff) | |
tests: micronet: adapt tests
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'tests/topotests/bgp_gr_functionality_topo2')
| -rw-r--r-- | tests/topotests/bgp_gr_functionality_topo2/test_bgp_gr_functionality_topo2.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/bgp_gr_functionality_topo2/test_bgp_gr_functionality_topo2.py b/tests/topotests/bgp_gr_functionality_topo2/test_bgp_gr_functionality_topo2.py index 83bf4fcc18..dd44cbf96d 100644 --- a/tests/topotests/bgp_gr_functionality_topo2/test_bgp_gr_functionality_topo2.py +++ b/tests/topotests/bgp_gr_functionality_topo2/test_bgp_gr_functionality_topo2.py @@ -102,7 +102,7 @@ from lib.topogen import Topogen, TopoRouter, get_topogen  from lib.topolog import logger  # Required to instantiate the topology builder class. -from mininet.topo import Topo +from lib.micronet_compat import Topo  # Import topoJson from lib, to create topology and initial configuration  from lib.topojson import build_topo_from_json, build_config_from_json  | 
