aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_bfd.py
AgeCommit message (Expand)AuthorFilesLines
2023-11-03tests: refactor asf framework codeDave Wallace1-19/+8
2022-09-27tests: disable failing tests on ubuntu-22.04 debian-11Dave Wallace1-1/+13
2022-09-23bfd: add tracing support to bfd-processKlement Sekera1-0/+2
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-873/+1201
2022-02-17tests: make tests less make dependentKlement Sekera1-3/+4
2022-02-14bfd: add per session countersKlement Sekera1-10/+123
2022-02-09bfd: Add an update API that has create new or modify existing semanticsNeale Ranns1-0/+28
2021-05-21bfd: use vnet cryptoKlement Sekera1-1/+1
2021-05-13tests: move test source to vpp/testDave Wallace1-0/+2763
2020-12-22tests: move bfd tests to src/vnet/bfd/testDave Wallace1-2778/+0
2020-12-03tests: remove py2/py3 six compatability libraryPaul Vinciguerra1-2/+2
2020-08-27tests: "force solo" testcase supportAndrew Yourtchenko1-0/+24
2020-05-03tests: vpp_interface remove deprecated packed propertiesPaul Vinciguerra1-10/+10
2020-02-17bfd: use tw_timer_template instead of legacy wheelKlement Sekera1-2/+0
2020-01-30vppinfra: improve clocks_per_second convergenceDave Barach1-0/+2
2020-01-27bfd: reset peer discriminator on timeoutKlement Sekera1-0/+11
2020-01-02tests: bfd - move test_poll_response to EXTENDED_TESTSPaul Vinciguerra1-0/+2
2019-12-05tests: move bfd over gre to extended testsPaul Vinciguerra1-0/+1
2019-12-02tests: BFD python3 changessnaramre1-40/+5
2019-11-08tests: python3 use byte strings in raw()Ole Troan1-3/+3
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-09-04bfd: API cleanupJakub Grajciar1-33/+39
2019-06-18fib: fib api updatesNeale Ranns1-6/+2
2019-06-07bfd: UT for BFD session over GRE tunnelNeale Ranns1-13/+107
2019-03-11VPP-1508: Use scapy.compat to manage packet level library differences.Paul Vinciguerra1-13/+16
2019-03-11Tests: fix time.sleep(0) # yield. Reduce sleep related log messages.Paul Vinciguerra1-2/+2
2019-02-04VTL Cleanup: Fix missing calls to setUpClass/tearDownClass, fix numerous Type...Paul Vinciguerra1-1/+32
2018-12-20Tests: Cleanup @skip decorator.Paul Vinciguerra1-35/+35
2018-11-27VPP-1508 Fix for bug introduced in tests on use of repr.Paul Vinciguerra1-2/+2
2018-11-25VPP-1508 python3 tests: python3 repr.Paul Vinciguerra1-9/+13
2018-11-08make test: bfd refactorKlement Sekera1-1/+1
2018-10-02BFD: add get echo source API (VPP-1367)Matus Fabian1-0/+45
2018-09-11GBP Endpoint UpdatesNeale Ranns1-1/+2
2018-06-25make test: fix broken interfaces #2Klement Sekera1-2/+2
2018-06-24Revert "Revert "make test: fix broken interfaces""Klement Sekera1-3/+3
2018-06-22Revert "make test: fix broken interfaces"Ole Troan1-3/+3
2018-06-22make test: fix broken interfacesKlement Sekera1-3/+3
2018-04-17Add logging supportDamjan Marion1-2/+6
2017-10-21test bfd - DPO_PROTO_IP6 is part of DpoProtoGabriel Ganne1-2/+2
2017-08-08L2 over MPLSNeale Ranns1-3/+3
2017-05-02BFD: don't crash if interface is deletedKlement Sekera1-0/+30
2017-04-24make test: mark all BFD tests as extendedKlement Sekera1-0/+5
2017-04-20make test: improve bfd reliabilityKlement Sekera1-18/+30
2017-04-06BFD-FIB interactionsNeale Ranns1-1/+103
2017-04-03make test: relax BFD time intervalsKlement Sekera1-7/+9
2017-03-13Add MAC address check in ethernet-input node if interface in L3 modeJohn Lo1-1/+10
2017-03-08make test: split into basic and extended testsKlement Sekera1-2/+33
2017-03-02BFD: command line interfaceKlement Sekera1-20/+559
2017-02-26BFD: echo functionKlement Sekera1-48/+429
2017-02-17BFD: put session admin-up/admin-downKlement Sekera1-8/+36