aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_udp.py
AgeCommit message (Expand)AuthorFilesLines
2023-11-03tests: refactor asf framework codeDave Wallace1-3/+3
2023-10-26hsa: unify echo test setupFilip Tehlar1-5/+3
2023-04-28session: update due to clib_socket refactoringNathan Skrzypczak1-2/+2
2022-09-30udp: add udp encap source port entropy supportVladislav Grishenko1-4/+199
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-180/+244
2022-05-05udp: remove buggy assert in udp encapBenoƮt Ganne1-2/+38
2022-03-30udp: fix inner packet checksum calculation in udp-encapMauro Sardara1-4/+9
2021-06-03fib: fix flags updates when adding routes with a udp encap pathArthur de Kerhor1-5/+5
2021-05-29udp: add udp decapsulationArthur de Kerhor1-4/+144
2021-02-11tests: tag the tests that do not work with multi-worker configurationAndrew Yourtchenko1-0/+3
2020-11-24tests: remove bond, pipe, session and api_namespace from vpp_papi_providerJakub Grajciar1-2/+2
2020-04-06vcl session: enforce full dgram reads/writesFlorin Coras1-0/+2
2020-03-05session: API cleanupJakub Grajciar1-2/+2
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-1/+0
2019-11-08tests: python3 use byte strings in raw()Ole Troan1-5/+5
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-10-18udp:: support python3 in testsOle Troan1-2/+2
2019-06-18fib: fib api updatesNeale Ranns1-30/+35
2019-05-16tests: refactor. Replace literal constant w/ named constant.Paul Vinciguerra1-10/+12
2019-04-10Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.Paul Vinciguerra1-0/+12
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-1/+1
2019-03-11Tests: use self.assertNotIn().Paul Vinciguerra1-2/+2
2019-03-04test framework: Fix wrapper functions to match API message names.Ole Troan1-4/+4
2019-03-01Tests: Remove all wildcard imports.Paul Vinciguerra1-1/+1
2018-09-20UDP-Encap: name counters for the stats segmentNeale Ranns1-8/+13
2018-08-10Use IP address types on UDP encap APINeale Ranns1-5/+10
2018-06-24Revert "Revert "make test: fix broken interfaces""Klement Sekera1-4/+4
2018-06-22Revert "make test: fix broken interfaces"Ole Troan1-4/+4
2018-06-22make test: fix broken interfacesKlement Sekera1-4/+4
2018-06-11udp: fix for multiple workers and add testFlorin Coras1-0/+74
2018-03-09MPLS Unifom modeNeale Ranns1-6/+6
2018-01-09test: consolidate the multiple versions of send_and_*Neale Ranns1-13/+5
2017-11-07UDP Encapsulation.Neale Ranns1-0/+235