aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_l2bd_arp_term.py
AgeCommit message (Expand)AuthorFilesLines
2023-11-03tests: refactor asf framework codeDave Wallace1-20/+4
2022-10-11l2: Add bridge_domain_add_del_v2 to l2 apiLaszlo Kiraly1-2/+4
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-89/+87
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-8/+8
2019-12-14tests: changes for scapy 2.4.3 migrationsnaramre1-2/+1
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-10-26l2: l2bd nd termination test instabilityOle Troan1-1/+1
2019-06-19l2: BD ARP termination entry API updateNeale Ranns1-2/+5
2019-05-17Tests: Raise exception if API cli_inband command fails.Paul Vinciguerra1-1/+4
2019-04-11Tests: Refactor tearDown show command logging, add lifecycle markers.Paul Vinciguerra1-3/+4
2019-04-10Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.Paul Vinciguerra1-0/+4
2019-03-11vpp_papi_provider: Remove more wrapper functions.Ole Troan1-3/+4
2019-03-06test framework: vpp_papi_provider.py - further cleanupOle Troan1-5/+2
2019-01-30Use IP and MAC API types for neighborsNeale Ranns1-7/+4
2018-12-18PAPI: Add MACAddress object wrapper for vl_api_mac_address_tOle Troan1-2/+1
2018-12-12PAPI: Allow ipaddress object as argument and return values from API callsOle Troan1-2/+1
2018-12-10Test framework: StringIO fixes for Python3Ole Troan1-2/+2
2018-11-26VPP-1508 python3 tests locals()Paul Vinciguerra1-2/+3
2018-11-06BD ARP entry use common API typesNeale Ranns1-3/+6
2017-09-22IP-MAC,ND:wildcard events,fix sending multiple eventsEyal Bari1-2/+66
2017-09-18L2BD,ARP-TERM:fix arp query report mechanism+testEyal Bari1-3/+79
2017-07-18TEST:add l2bd nd term testsEyal Bari1-6/+119
2017-07-04TEST:add L2BD arp term testsEyal Bari1-0/+239