summaryrefslogtreecommitdiffstats
path: root/tests/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17781 from LabNConsulting/chopps/fix-keyless-list-queryDonald Sharp2025-01-072-0/+46
|\
| * tests: add unit test case for keyless list xpath queriesChristian Hopps2025-01-072-0/+46
* | tests: add test for new northbound get functionChristian Hopps2025-01-072-4/+49
|/
* lib: Fix Lua script unit testDonatas Abraitis2024-11-181-9/+10
* lib, tests: Remove in6addr_cmp function from the systemDonald Sharp2024-10-311-1/+1
* lib: refactor memstats logging, fix ACTIVEATEXITDavid Lamparter2024-10-174-4/+4
* lib: add flag to have libyang load internal ietf-yang-library moduleChristian Hopps2024-10-074-5/+4
* tests: Check if built-in Lua functions are workingDonatas Abraitis2024-09-241-0/+16
* *: Create termtable specific temp memoryDonald Sharp2024-09-011-18/+18
* lib: common debug config outputIgor Ryzhov2024-08-271-2/+0
* lib: rework debug initIgor Ryzhov2024-08-274-0/+8
* vtysh, lib: preprocess CLI graphsDavid Lamparter2024-07-311-1/+1
* tests: fix TSAN warnings in atomlist testDavid Lamparter2024-06-201-9/+9
* tests: silence TSAN warning on test_seqlock exitDavid Lamparter2024-06-201-0/+1
* tests/lib: fix seqlock testDavid Lamparter2024-06-201-2/+2
* Merge pull request #16184 from LabNConsulting/chopps/fe-notify-selectJafar Al-Gharaibeh2024-06-131-0/+27
|\
| * lib: darr: add free with element cleanup functionsChristian Hopps2024-06-071-0/+27
* | tests: Extend prefix_sg print UT for IPv6Mike RE Mallin2024-05-311-3/+9
|/
* tests: embed YANG in mgmtd unit-test binChristian Hopps2024-05-171-0/+4
* tests: add test for NB RPC callbackIgor Ryzhov2024-04-223-0/+50
* grpc: fix grpc for various failuresChristian Hopps2024-03-211-1/+1
* tests: exercise `%w`/`%wf` printfrr modifiersDavid Lamparter2024-03-101-0/+12
* tests: fix grpc testChristian Hopps2024-02-121-1/+1
* staticd: fix NB dependency hackIgor Ryzhov2024-02-011-2/+4
* lib: implement missing YANG choice/case statements.Christian Hopps2024-01-112-0/+31
* *: remove sys/stat.h from zebra.hDonald Sharp2024-01-093-0/+3
* lib: fixes required after rebasingChristian Hopps2023-12-281-5/+2
* lib: darr: add new access and str functionsChristian Hopps2023-12-283-1/+156
* lib: Update int and ll decoders with new MTYPEDonald Lee2023-11-211-2/+2
* lib: Create encoders for int and rename stuffDonald Lee2023-11-211-2/+10
* lib: Remove unused WQ_RETRY_XXX enumsDonald Sharp2023-11-031-6/+0
* tests: have unit-test check more paths for the grpc.so moduleChristian Hopps2023-10-271-0/+11
* tests: exercise `%b` printfrr format specifierDavid Lamparter2023-09-031-0/+3
* Merge pull request #14016 from mjstapp/event_exec_ptrDonald Sharp2023-08-151-1/+1
|\
| * * : include event ptr in event_execute apiMark Stapp2023-07-251-1/+1
* | lib: Do not use time_t as a special Lua encoder/decoderDonatas Abraitis2023-08-011-3/+4
* | tests: fix strncpy warningQuentin Young2023-07-251-2/+3
|/
* tests: Fix Compilation Error and RuntimePath changes for test_grpcRajesh Gangam2023-07-141-5/+5
* lib: add dynamic array typeChristian Hopps2023-06-282-0/+286
* mgmtd: KISS the locking codeChristian Hopps2023-06-191-1/+1
* tests: Fix out of tree build for lua scriptingEugene Crosser2023-05-091-0/+6
* lib: fix _hash_member() crash w/ empty hashDavid Lamparter2023-04-211-0/+5
* tests: Copy script1.lua for make distDonatas Abraitis2023-04-081-1/+1
* lib: Remove getopt.c and getopt1.cDonald Sharp2023-03-281-1/+0
* *: Convert event.h to frrevent.hDonald Sharp2023-03-2411-11/+11
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-2422-23/+23
* *: Convert thread_master_XXX functions to event_master_XXXDonald Sharp2023-03-2410-16/+16
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-1/+1
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-2422-23/+23
* *: Convert thread_should_yield and thread_set_yield_timeDonald Sharp2023-03-241-1/+1