mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-06 18:59:45 +00:00
the topolog importation folder must be precised. otherwise following
error message appears:
root@dut-vm:~/topotests/bgp_flowspec# python3 test_bgp_flowspec_topo.py
Traceback (most recent call last):
File "test_bgp_flowspec_topo.py", line 96, in <module>
from lib.lutil import lUtil
File "/root/topotests/bgp_flowspec/../lib/lutil.py", line 25, in <module>
from topolog import logger
ImportError: No module named 'topolog'
root@dut-vm:~/topotests/bgp_flowspec#
The same error occurs with lutil and bgprib which are 2 libraries
located under lib/ folder. Some precisions are added too.
PR=71290
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
|
||
|---|---|---|
| .. | ||
| r1 | ||
| r2 | ||
| r3 | ||
| r4 | ||
| scripts | ||
| __init__.py | ||
| customize.py | ||
| test_bgp_rfapi_basic_sanity.py | ||