summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_rfapi_basic_sanity/scripts/check_timeout.py
AgeCommit message (Collapse)Author
2020-11-25topotests: precise importation folderPhilippe Guibert
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>
2020-04-03tests: Run python formatter (black) for topotestsreformat
Mostly ' => ", whitespace changes. Using https://github.com/psf/black Signed-off-by: reformat <reformat@nobody.nobody>
2018-11-27bgp_rfapi_basic_sanity: added multi-path to timeout testLou Berger
Signed-off-by: Lou Berger <lberger@labn.net>
2018-11-27bgp_rfapi_basic_sanity: added multi-path and updated responsesLou Berger
Signed-off-by: Lou Berger <lberger@labn.net>
2018-11-27bgp_rfapi_basic_sanity: added check_timeout (uses FRR PR#2934)Lou Berger
Signed-off-by: Lou Berger <lberger@labn.net>