aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2022-03-24ip: The check for 'same packet' must include the FIB indexNeale Ranns2-0/+182
2022-03-24ip6-nd: stop sending RA by defaultAlexander Chernavin1-2/+5
2022-03-24mpls: Set the MTU field in the frag-needed ICMP when doing MPLS fragmentationNeale Ranns2-3/+8
2022-03-22tests: add http tps testFilip Tehlar1-0/+42
2022-03-22tests: fix DEBUG=attach functionalityKlement Sekera2-6/+10
2022-03-18tests: fix the RND_SEED parsingAndrew Yourtchenko1-1/+13
2022-03-17nat: fix ICMP error translationKlement Sekera1-17/+22
2022-03-10tests: fix test failure with parrallel testTianyu Li7-56/+56
2022-03-09ip: IPv4 Fragmentation fix for l2fragmetable sizeNeale Ranns1-1/+2
2022-03-09vxlan: add l2 mode testArtem Glazychev1-0/+59
2022-03-08classify: add API to retrieve punt ACL tablesBenoît Ganne1-0/+10
2022-03-08ipsec: input: drop by default for non-matching pktsZachary Leaf3-11/+200
2022-03-07ip: Fixes for IPv6 and MPLS fragmentationNeale Ranns3-1/+115
2022-03-04ping: correct the fib-index used for the replyNeale Ranns1-14/+35
2022-03-04ip: rate-limit the sending of ICMP error messagesNeale Ranns10-47/+49
2022-02-24tests: better reporting for unexpected packetsKlement Sekera3-22/+37
2022-02-21tests: add enhanced packet counter verificationKlement Sekera3-40/+175
2022-02-21tests: add a generalised counter assert functionKlement Sekera1-2/+11
2022-02-21tests: allow not removing vpp objects after testKlement Sekera1-1/+3
2022-02-18tests: Consolidate the implementations of send_and_expect_XNeale Ranns4-53/+18
2022-02-17tests: make tests less make dependentKlement Sekera46-423/+726
2022-02-17ipsec: Improve the handling of NAT-T keepalive messagesNeale Ranns1-1/+13
2022-02-14bfd: add per session countersKlement Sekera1-10/+123
2022-02-09bfd: Add an update API that has create new or modify existing semanticsNeale Ranns2-0/+52
2022-02-08tests: vcl: add missing host stack echo testFilip Tehlar1-0/+8
2022-02-07build: Make the build work on Debian 11Andrew Yourtchenko1-0/+19
2022-02-07tests: Update python packagesDave Wallace3-132/+153
2022-02-06stats: fix memory leaksOle Troan1-1/+0
2022-02-05tests: mark the test suites broken when ASan is enabledNaveen Joy1-0/+16
2022-02-05tests: fix test-checkstyle-diff if no .py changedKlement Sekera1-2/+2
2022-02-01nat: nat44-ei hairpinning code cleanupFilip Varga1-1/+1
2022-01-31tests: correct python usage in virtualenvKlement Sekera1-9/+9
2022-01-31ip: reassembly - add a way to disable for forusKlement Sekera2-34/+79
2022-01-31tests: make VPP_BUILD_DIR to point to correct dirKlement Sekera3-5/+5
2022-01-31tests: support skipping to test method with STEPKlement Sekera1-4/+24
2022-01-26hsa: cleanup and rename http test serverFlorin Coras1-1/+2
2022-01-24nat: TCP state tracking based on RFC 7857/RFC 6146Klement Sekera2-160/+464
2022-01-17ipsec: IPSec interface correct drop w/ no protectionNeale Ranns2-5/+28
2022-01-05srv6-mobile: Update GTP4/6.D functionTetsuya Murakami1-10/+17
2022-01-05ipsec: allow registering random ports in testsArthur de Kerhor2-30/+47
2021-12-21fib: MPLS EOS chains built for attached prefixes should link to a lookup DPONeale Ranns1-0/+27
2021-12-16ip: add tests for message size verificationKlement Sekera1-5/+24
2021-12-14ip: reassembly: drop zero length fragmentsKlement Sekera1-0/+18
2021-12-10ip: reassembly: handle atomic fragments correctlyKlement Sekera2-2/+84
2021-12-03ip: extension header parsing fails for fragment headerOle Troan1-9/+33
2021-12-02tests: add segment manager testsFilip Tehlar1-0/+27
2021-11-23misc: deprecate gbp and its dependentsNeale Ranns7-6488/+0
2021-11-23ip: unlock_fib on if deleteNathan Skrzypczak1-2/+13
2021-11-22nat: change nat44-ed test pool addressFilip Varga1-1/+1
2021-11-22vlib: add virtual time supportBenoît Ganne10-61/+37