summaryrefslogtreecommitdiffstats
path: root/tests/nl-test-util.c
Commit message (Expand)AuthorAgeFilesLines
* tests: optimize _nltst_assert_route_list_permutate() to short cut search thro...Thomas Haller2024-08-221-4/+16
* tests: in _nltst_assert_route_list() accept arbitrary orderThomas Haller2024-08-221-50/+103
* tests: ensure that there are all expected routes in _nltst_assert_route_list()Thomas Haller2024-08-221-14/+24
* tests: print route list before failure in _nltst_assert_route_list()Thomas Haller2024-08-221-8/+34
* tests: add _nltst_objects_to_string() helperThomas Haller2024-08-221-0/+44
* tests: use _nl_ptrarray_len() helper in _nltst_assert_route_list()Thomas Haller2024-08-221-8/+1
* all: fix and enable "-Wsign-compare" warningThomas Haller2024-05-291-2/+3
* tests: add a very basic test for route cacheThomas Haller2024-05-171-0/+50
* tests: add NLTstSelectRoute test helperThomas Haller2024-05-171-0/+282
* tests: set NLTST_IN_CI for not skipping tests accidentallyThomas Haller2024-05-171-0/+11
* tests: add helper to detect availablility of iproute2Thomas Haller2024-05-171-0/+22
* tests: fix _nltst_object_to_string() to print one line onlyThomas Haller2024-05-171-2/+24
* clang-format: reformat files with new formatThomas Haller2023-08-171-6/+6
* include: don't explicitly include headers from "nl-default.h"Thomas Haller2023-08-031-5/+0
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-6/+6
* nl-aux: add "include/nl-aux-{core,route}" headersThomas Haller2023-07-311-0/+3
* base: move "netlink-private/utils.h" to "base/nl-base-utils.h"Thomas Haller2023-07-311-1/+1
* tests: add test utilsThomas Haller2022-05-091-1/+411
* tests: silently ignore EACCES for setting uid_map for test namespaceThomas Haller2022-04-221-1/+9
* tests: cleanup unshare_user() and use _nltst_fclose()Thomas Haller2022-04-211-9/+12
* tests: add _assert_nltst_netns() helperThomas Haller2022-04-211-2/+10
* tests: add unit test for nl_object_clone() and nl_object_diff()Thomas Haller2022-03-161-0/+112
* tests: add fixture/teardown for tests to run in separate netnsThomas Haller2022-03-161-0/+113
* tests: refactor tests and add n-test-util helper libraryThomas Haller2022-03-161-0/+3