aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_punt.py
AgeCommit message (Expand)AuthorFilesLines
2020-02-26api: improve api string safetyJakub Grajciar1-0/+2
2020-02-25vlib: Punt reason allocation listener enable/disable callbackNeale Ranns1-24/+36
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-1/+0
2019-11-08ipsec: remove dedicated IPSec tunnelsNeale Ranns1-7/+13
2019-11-07tests: make threads in punt tests join when finishedAndrew Yourtchenko1-8/+23
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-10-18ip: add python3 support to punt testsOle Troan1-77/+50
2019-07-31tests: disable pg capture before enabling itAndrew Yourtchenko1-1/+5
2019-07-12ip ipsec: Remove IPSec SPI-0 punt reasonNeale Ranns1-26/+32
2019-06-19tests: send packet output to log - test_punt.pyPaul Vinciguerra1-1/+0
2019-06-18fib: fib api updatesNeale Ranns1-2/+1
2019-06-14ipsec: Correctly rewind the buffer to the IP header when punting UDP encapped...Neale Ranns1-13/+40
2019-06-04Punt: specify packets by IP protocol TypeNeale Ranns1-3/+160
2019-05-28Punt: socket register for exception dispatched/punted packets based on reasonNeale Ranns1-308/+500
2019-05-22stats: support multiple works for error countersOle Troan1-1/+1
2019-05-17Tests: Raise exception if API cli_inband command fails.Paul Vinciguerra1-2/+0
2019-05-16tests: refactor. Replace literal constant w/ named constant.Paul Vinciguerra1-17/+19
2019-04-05IPSEC: punt reasons; SPI=0, no-tunnelNeale Ranns1-6/+6
2019-03-28Punt InfraNeale Ranns1-0/+176
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-4/+4
2019-03-11VPP-1508: Tests: Fix vpp_api struct.error under py3.Paul Vinciguerra1-25/+48
2019-03-11VPP-1508: Use scapy.compat to manage packet level library differences.Paul Vinciguerra1-2/+3
2019-02-04VTL Cleanup: Fix missing calls to setUpClass/tearDownClass, fix numerous Type...Paul Vinciguerra1-0/+25
2018-12-21Revert "tests: Rework vpp config generation."Ole Troan1-2/+2
2018-12-21tests: Rework vpp config generation.Paul Vinciguerra1-2/+2
2018-12-18punt: additional tests for multi clientsPavel Kotucek1-91/+408
2018-12-07VPP-1506: dump local punts and registered punt socketsPavel Kotucek1-0/+309