summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* all: fix and enable "-Wsign-compare" warningThomas Haller2024-05-293-4/+5
* tests: add a very basic test for route cacheThomas Haller2024-05-173-1/+91
* tests: add NLTstSelectRoute test helperThomas Haller2024-05-173-0/+401
* tests: set NLTST_IN_CI for not skipping tests accidentallyThomas Haller2024-05-172-0/+13
* tests: add helper to detect availablility of iproute2Thomas Haller2024-05-172-0/+25
* tests: add helper functions for testsThomas Haller2024-05-171-0/+44
* tests: fix _nltst_object_to_string() to print one line onlyThomas Haller2024-05-172-3/+25
* format: reformat "tests/nl-test-util.h" fileThomas Haller2024-05-161-112/+112
* tests: add test for bridge vlan attributes.Cordell O'Leary2024-02-291-0/+127
* tests: add unit test for `nl_addr_parse("default", AF_INET6, &addr6)`Thomas Haller2024-02-021-0/+8
* tests: use thread-safe localtime_r() instead of localtime()Thomas Haller2023-08-181-1/+2
* tests: avoid srandom()/random() in favor of _nltst_rand_u32()Thomas Haller2023-08-181-7/+1
* lib: fix error handling in nl_str2ip_proto()Thomas Haller2023-08-181-2/+2
* tests: check nl_str2ip_proto()Thomas Haller2023-08-181-0/+9
* clang-format: reformat files with new formatThomas Haller2023-08-173-8/+8
* include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller2023-08-0822-28/+28
* include: don't explicitly include headers from "nl-default.h"Thomas Haller2023-08-037-17/+0
* tests: cleanup include of netlink headersThomas Haller2023-08-031-3/+2
* include: include private linux headers with explicit pathThomas Haller2023-08-0322-33/+30
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-028-16/+0
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-0234-66/+196
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-1/+1
* include: rename "nl-intern-route" to "nl-priv-static-route"Thomas Haller2023-08-021-1/+1
* lib: move "include/netlink-private/cache-api" to include/nl-shared-coreThomas Haller2023-08-011-2/+0
* route: move hidden symbols from "include/netlink-private/route/tc-api.h"Thomas Haller2023-08-011-1/+0
* include: move "include/netlink-private/route/utils.h" to nl-intern-routeThomas Haller2023-07-311-1/+1
* nl-aux: add "include/nl-aux-{core,route}" headersThomas Haller2023-07-315-4/+11
* base: move "netlink-private/utils.h" to "base/nl-base-utils.h"Thomas Haller2023-07-314-4/+4
* test-cache-mngr: Flush output after object dumpsBenjamin Poirier2023-07-241-0/+2
* test-cache-mngr: Add option to print timestampsBenjamin Poirier2023-07-241-1/+26
* test-cache-mngr: Add an option to iterate over all supported address familiesBenjamin Poirier2023-07-241-5/+20
* test-cache-mngr: Add dump interval optionsBenjamin Poirier2023-07-241-7/+45
* test-cache-mngr: Add an option to control which oo_dump function is usedBenjamin Poirier2023-07-241-11/+49
* tests: add unit tests for creating linksThomas Haller2022-05-091-0/+213
* tests: add test utilsThomas Haller2022-05-094-6/+777
* tests: reformat unit test files with clang-formatThomas Haller2022-05-064-100/+108
* 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-212-9/+20
* 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-163-2/+214
* tests: add new "netns" test suiteThomas Haller2022-03-163-4/+23
* tests: add fixture/teardown for tests to run in separate netnsThomas Haller2022-03-162-0/+147
* tests: cleanup creating test suitesThomas Haller2022-03-164-20/+20
* tests: refactor tests and add n-test-util helper libraryThomas Haller2022-03-168-11/+27
* tests: add test for cloning cls:u32 objectThomas Haller2022-03-041-4/+50
* tests: cleanup tests and avoid leaksThomas Haller2022-03-041-12/+10
* tests: replace libcheck's fail_if() macro by ck_assert*()Thomas Haller2022-03-043-25/+21
* tests/check-addr: replace deprecated fail_if() macro from libcheck with ck_as...Thomas Haller2022-03-031-40/+40
* tests: Add test for rtnl_addr_flags2strLeonard Crestez2020-12-141-0/+16
* route: add test for valid content of map_stat_id_from_IPSTATS_MIB_v2 arrayThomas Haller2020-04-161-0/+32