aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_bier.py
AgeCommit message (Expand)AuthorFilesLines
2023-11-03tests: refactor asf framework codeDave Wallace1-1/+2
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-259/+468
2022-02-17tests: make tests less make dependentKlement Sekera1-9/+10
2021-05-13tests: move test source to vpp/testDave Wallace1-0/+862
2020-12-23tests: move bier tests to src/vnet/bier/testDave Wallace1-862/+0
2020-10-21ip: convert u32 entry_flags to vl_api_mfib_entry_flags_t on mroute APINeale Ranns1-24/+40
2019-12-14tests: changes for scapy 2.4.3 migrationsnaramre1-1/+1
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-10-21bier: tests support python3Ole Troan1-1/+1
2019-06-18fib: fib api updatesNeale Ranns1-16/+22
2019-05-16tests: refactor. Replace literal constant w/ named constant.Paul Vinciguerra1-2/+4
2019-03-12FIB: path parsing, table-id not fib-index (VPP-1586)Neale Ranns1-4/+6
2019-03-11VPP-1508: Use scapy.compat to manage packet level library differences.Paul Vinciguerra1-22/+24
2019-03-11Tests: use self.assertNotIn().Paul Vinciguerra1-1/+1
2019-03-01Tests: Remove all wildcard imports.Paul Vinciguerra1-6/+6
2018-12-20Tests: Cleanup @skip decorator.Paul Vinciguerra1-8/+8
2018-09-25BIER; bi-dir to/from underlayNeale Ranns1-0/+31
2018-09-20UDP-Encap: name counters for the stats segmentNeale Ranns1-3/+3
2018-09-14BIER API and load-balancing fixesNeale Ranns1-0/+94
2018-09-11GBP Endpoint UpdatesNeale Ranns1-1/+2
2018-03-20FIB Interpose SourceNeale Ranns1-17/+24
2018-03-09MPLS Unifom modeNeale Ranns1-13/+16
2018-02-16Allow providers to override glean behaviourNeale Ranns1-1/+1
2018-02-15Revert "Allow interface types to override glean adjacency behaivour"Ole Trøan1-1/+1
2018-02-15Allow interface types to override glean adjacency behaivourNeale Ranns1-1/+1
2018-02-06BIER: fix support for longer bit-string lengthsNeale Ranns1-77/+188
2018-01-09BIER: missing endian swap for imposition object in API returnNeale Ranns1-2/+6
2018-01-09test: consolidate the multiple versions of send_and_*Neale Ranns1-15/+0
2017-12-14BIER disposition default routeNeale Ranns1-0/+25
2017-12-09BIER in non-MPLS netowrksNeale Ranns1-10/+193
2017-11-09BIERNeale Ranns1-0/+390