aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
10 daystests: allow to add paths to default routeMaxime Peim1-2/+12
10 daystests: Added a simple prom(etheus exporter) plugin testadrianvillin1-0/+58
11 daysmpls: fix default mpls lb hash configVladislav Grishenko1-6/+101
11 daysvnet: fix ARP for unnumberedPim van Pelt1-6/+16
2024-04-03tests: upgrade python packagesDave Wallace8-477/+521
2024-04-02tests: figure out correct version of sed to runMatthew Smith1-1/+3
2024-04-02tests: Use gnu sed explicitly in test setup/tear downTom Jones1-1/+1
2024-04-02tests: Add missing socket imports in testsTom Jones3-0/+4
2024-04-02l2: fix vxlan src port entropy with mpls payloadVladislav Grishenko2-3/+80
2024-03-29vlib: improve automatic core pinninghsandid1-0/+328
2024-03-26tests: Add support for getting corefile patterns on FreeBSDTom Jones2-2/+9
2024-03-26tests: Add platform handling for FreeBSDTom Jones1-1/+6
2024-03-26tests: Add missing struct importTom Jones1-0/+1
2024-03-26tests: Use errno value rather than a specific intTom Jones1-1/+2
2024-03-21ip: add support for buffer offload metadata in ip midchainArthur de Kerhor1-0/+201
2024-03-18vapi: uds transport supportStanislav Zaikin1-9/+20
2024-03-12tests: use proper unit test skip instead of printsKlement Sekera1-3/+1
2024-03-07flowprobe: fix flush callbacks when multiple workersAlexander Chernavin1-2/+0
2024-03-04misc: fix icmpMaxime Peim2-3/+3
2024-03-04bpf_trace_filter: support bpf filter optimization and dumpVladislav Grishenko1-1/+32
2024-03-04fib: fix crash while adding intf-rx routesVladislav Grishenko2-0/+266
2024-02-19ipsec: check each packet for no algs in esp-encryptMatthew Smith1-1/+23
2024-02-14tests: refactor virtual interface testsNaveen Joy17-98/+718
2024-02-14ikev2: dump state and profile name in CLI and APIDenys Haryachyy1-0/+89
2024-02-09ikev2: accept rekey request for IKE SAAtzm Watanabe1-24/+152
2024-01-29ip: don't export useless error counters for ip6 rewriteArthur de Kerhor1-0/+4
2024-01-21build: Explicitly use gmakeTom Jones1-2/+2
2024-01-19build: Explicitly use bash for shell scriptsTom Jones6-6/+6
2024-01-18tests: preload api filesMaxime Peim4-5/+13
2024-01-10urpf: add interface dump to APIPim van Pelt1-0/+55
2023-12-22tests: Temporarily skip an unstable testadrianvillin1-1/+4
2023-12-21tests: memif interface tests using libmemifNaveen Joy5-139/+305
2023-12-20srv6-mobile: Implement SRv6 mobile API funcsTakeru Hayasaka2-16/+206
2023-12-15tests: Added bpf trace filter plugin testadrianvillin2-2/+107
2023-12-12ipsec: allow receiving encrypted IP packets with TFC paddingArthur de Kerhor1-3/+73
2023-12-07tests: tracedump test replace hardcoded valuehsandid1-8/+20
2023-12-01tests: Added tracedump plugin testsadrianvillin1-0/+101
2023-11-28tests: fix default node variant in testsDmitry Valter1-1/+1
2023-11-28tests: Added NSIM plugin testsadrianvillin1-0/+267
2023-11-28tests: refactor pcap file deletion to improve robustnessDave Wallace2-16/+23
2023-11-27tests: Excluded some components from LCOVadrianvillin1-0/+3
2023-11-14tests: retry unlinking pcap files on os errorDave Wallace1-2/+11
2023-11-12flowprobe: fix tx flows generated for rewritten trafficAlexander Chernavin1-0/+75
2023-11-10tests: perfmon - Added a check if test is running with root privilegesadrianvillin1-0/+6
2023-11-08tests: Fix http static test failing on retryadrianvillin2-5/+21
2023-11-08tests: added a simple perfmon plugin testadrianvillin1-0/+42
2023-11-08tests: added simple CT6 plugin testsadrianvillin1-0/+72
2023-11-07flowprobe: fix clearing interface state on feature disablingAlexander Chernavin1-1/+20
2023-11-03tests: allow explicit defaults for arg typesDmitry Valter1-2/+2
2023-11-03tests: refactor asf framework codeDave Wallace165-2974/+1048