diff options
author | Christian Hopps <chopps@labn.net> | 2021-08-27 20:28:29 +0200 |
---|---|---|
committer | Christian Hopps <chopps@labn.net> | 2021-09-04 15:04:46 +0200 |
commit | 8db751b853560377ebd640c729ecb4e155e6a6d7 (patch) | |
tree | 51a8419faf7cc64401f05b13c95a30895c5cd2f9 /tests/topotests/ospf6_topo1 | |
parent | tests: micronet: update infra (diff) | |
download | frr-8db751b853560377ebd640c729ecb4e155e6a6d7.tar.xz frr-8db751b853560377ebd640c729ecb4e155e6a6d7.zip |
tests: micronet: adapt tests
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'tests/topotests/ospf6_topo1')
-rw-r--r-- | tests/topotests/ospf6_topo1/test_ospf6_topo1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/ospf6_topo1/test_ospf6_topo1.py b/tests/topotests/ospf6_topo1/test_ospf6_topo1.py index 8a6544734..4a4ae3d5b 100644 --- a/tests/topotests/ospf6_topo1/test_ospf6_topo1.py +++ b/tests/topotests/ospf6_topo1/test_ospf6_topo1.py @@ -78,7 +78,7 @@ from time import sleep from functools import partial -from mininet.topo import Topo +from lib.micronet_compat import Topo # Save the Current Working Directory to find configuration files later. CWD = os.path.dirname(os.path.realpath(__file__)) |