aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_udp.py
AgeCommit message (Expand)AuthorFilesLines
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