summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-01-14tests: fix worker thread initializationPaul Vinciguerra1-4/+4
2020-01-13tests: disable the tap test for the time beingAndrew Yourtchenko1-1/+1
2020-01-04ipsec: AH copy destination and source address from templateNeale Ranns2-12/+26
2020-01-04ipsec: Targeted unit testingNeale Ranns3-10/+481
2020-01-02tests: configure 32 mb physmemDave Barach2-2/+2
2020-01-02tests: bfd - move test_poll_response to EXTENDED_TESTSPaul Vinciguerra1-0/+2
2019-12-31ip-neighbor: set link-type ARP on incomplete adjacenciesNeale Ranns1-0/+65
2019-12-27tests: test_mpls_v6_ebgp_pic - don't write to stdoutPaul Vinciguerra1-1/+1
2019-12-26tests: tls - don't print skip info to stdoutPaul Vinciguerra1-3/+6
2019-12-25classify: "classify filter ..." debug CLI cleanupDave Barach1-2/+2
2019-12-24tests: fix skip logic on test_tapPaul Vinciguerra1-2/+2
2019-12-23ipsec: Test and fix IPSec worker hand-offNeale Ranns6-21/+132
2019-12-23tests: TestL2bdMultiInst - break serial dependency on testsPaul Vinciguerra1-10/+15
2019-12-20tests: don't prompt to launch gdb for sanity test casePaul Vinciguerra4-22/+38
2019-12-19papi: lazily initialize stats clientPaul Vinciguerra1-14/+0
2019-12-19gre: multipoint ingress lookup fixNeale Ranns1-14/+69
2019-12-18build tests: fail test run if we can't patch scapyPaul Vinciguerra1-1/+1
2019-12-18tests: fix cdp patch for scapy 2.4.3Paul Vinciguerra1-20/+2
2019-12-18ipsec: Fix decap of IPSEC/GRE in transport modeNeale Ranns1-1/+125
2019-12-17tests: fix import from change to scapy 2.4.3Paul Vinciguerra1-1/+1
2019-12-17classify: add complex encap packet tracing testBenoƮt Ganne1-10/+110
2019-12-17nhrp: mGREv6Neale Ranns1-0/+78
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns17-69/+289
2019-12-17fib: Glean on NBMA interface points to dropNeale Ranns1-0/+6
2019-12-14tests: changes for scapy 2.4.3 migrationsnaramre17-35/+231
2019-12-11devices: vhost API cleanupJakub Grajciar1-3/+3
2019-12-11devices: tap API cleanupJakub Grajciar2-0/+65
2019-12-09vlib: improve test coverageDave Barach1-0/+26
2019-12-09gtpu: use explicit types in apiOle Troan1-34/+0
2019-12-07pppoe: use explicit types in apiOle Troan1-2/+0
2019-12-05tests: move bfd over gre to extended testsPaul Vinciguerra1-0/+1
2019-12-05classify: vpp packet tracer supportDave Barach1-0/+64
2019-12-05tests: fix wrong checksum error messageKlement Sekera1-1/+3
2019-12-05papi: add call statsOle Troan1-0/+1
2019-12-05tests: Revert "Python Tests: Make VppTestCase unit testable."Paul Vinciguerra1-5/+0
2019-12-05tests: add test run time.Ole Troan1-3/+6
2019-12-05build: fix vom_test dependency on EXTENDED_TESTSDave Wallace1-1/+3
2019-12-04tests: fix exception handling around vapi.connect()/.disconnect()Paul Vinciguerra1-5/+5
2019-12-04tests: add interface function chainingPaul Vinciguerra2-8/+31
2019-12-04fib: Decouple source from priority and behaviourNeale Ranns1-0/+18
2019-12-04gre: Multi-point interfacesNeale Ranns4-15/+152
2019-12-04build: fix make test with distributed srcDave Wallace7-1171/+210
2019-12-03ipip: Tunnel flags controlling copying data to/from payload/encapNeale Ranns2-83/+549
2019-12-03classify: API cleanupJakub Grajciar4-682/+435
2019-12-03papi: add a per-call _timeout optionPaul Vinciguerra1-1/+6
2019-12-03tests: vpp_interface fix ip6 setterPaul Vinciguerra1-1/+1
2019-12-02tests: GRE over IPSec unit testsNeale Ranns1-0/+97
2019-12-02tests: raise exception in vpp_interface for invalid sw_if_indexPaul Vinciguerra1-0/+3
2019-12-02tests: BFD python3 changessnaramre1-40/+5
2019-11-27vlib: add 'wait' cli commandPaul Vinciguerra2-4/+51