summaryrefslogtreecommitdiff
path: root/src/platform/tests
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-109-126/+9
* shared,all: return boolean success from nm_utils_file_get_contents()Thomas Haller2019-08-081-11/+24
* platform/tests: relax assertion for platform signal in test_slave()Thomas Haller2019-08-021-1/+1
* policy-routing: take ownership of externally configured rulesThomas Haller2019-07-161-4/+8
* platform/tests: relax check for accepting platform signalsThomas Haller2019-07-091-1/+1
* platform/tests: relax assertion for accepting signals in /link/software/bridg...Thomas Haller2019-06-161-1/+1
* platform/tests: relax assertion for accepting signals in /link/software/bond ...Thomas Haller2019-06-141-1/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-118-8/+0
* platform: avoid heap allocating string buffer for printing link flagsThomas Haller2019-06-111-1/+26
* platform: handle IFLA_BROADCAST in platform cache for linksThomas Haller2019-06-111-4/+4
* tests/trivial: rename nmtst_get_rand_int() to nmtst_get_rand_uint32()Thomas Haller2019-06-114-63/+63
* platform: add async sysctl set functionBeniamino Galvani2019-05-281-0/+88
* gitignore: merge gitignore filesThomas Haller2019-05-191-16/+0
* platform/tests: rename platform's "test-general.c"Thomas Haller2019-05-183-12/+14
* build/meson: rename platform tests to use same name as autotoolsThomas Haller2019-05-171-6/+3
* tests: use "/run" instead of "/var/run"Thomas Haller2019-05-171-3/+3
* platform/tests: workaround routing-rules test failure due to suppress_prefixl...Thomas Haller2019-05-021-2/+1
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1/+1
* shared: move udev helper to separate directory "shared/nm-udev-aux"Thomas Haller2019-04-181-1/+1
* platform: refactor detecting kernel featuresThomas Haller2019-04-182-4/+1
* platform: drop track_default argument from nmp_rules_manager_new()Thomas Haller2019-04-131-1/+1
* platform/tests: increase timeout waiting for externally adding IP addressThomas Haller2019-04-071-1/+1
* platform: set errno to ENOENT for nm_platform_sysctl_get()Thomas Haller2019-04-041-0/+31
* core: add handling of IP routing rules to NMDeviceThomas Haller2019-03-271-4/+4
* platform/tests: workaround test failure for routing rules with older kernelsThomas Haller2019-03-201-0/+2
* platform/tests: skip rule tests if not all features could be testedThomas Haller2019-03-201-0/+21
* platform/tests: print more information when routing rule test is about to failThomas Haller2019-03-201-1/+18
* platform/tests: adjust probabilities for generating randomized rulesThomas Haller2019-03-151-97/+92
* platform/tests: workaround FIB_RULE_INVERT of rules for kernel issue rh#1686075Thomas Haller2019-03-151-0/+4
* platform: add NMPRulesManager for syncing routing rulesth/routing-rule-pt1Thomas Haller2019-03-131-72/+153
* platform/tests: add tests for handling policy routing rulesThomas Haller2019-03-132-0/+796
* platform: add NMPlatformObjWithIfindex helper structure for handling NMPObjec...Thomas Haller2019-03-131-1/+1
* Revert "build/meson: name platform tests like autotools"Thomas Haller2019-02-231-2/+2
* build/meson: name platform tests like autotoolsThomas Haller2019-02-231-2/+2
* build/meson: increase timeouts for some testsThomas Haller2019-02-231-10/+10
* platform: add peer_flags argument to nm_platform_link_wireguard_change()Thomas Haller2019-02-141-0/+1
* platform: add flags for setting individual WireGuard options of linkThomas Haller2019-02-141-1/+4
* platform: add change-flags argument to platform's link_wireguard_change()Thomas Haller2019-02-141-1/+1
* all: replace strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-6/+6
* all: replace g_strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-1/+1
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* platform/tests: avoid "-Wmissing-braces" warning in "test-route.c"Thomas Haller2019-02-081-1/+1
* libnm: avoid "-Wmissing-braces" warning for test-link.cThomas Haller2019-02-081-3/+3
* platform: make NMPNetns thread-safeThomas Haller2019-02-051-0/+65
* platform/tests: increase timeout for platform testsThomas Haller2019-02-041-1/+1
* platform: add @replace_peers argument to nm_platform_link_wireguard_change()Thomas Haller2019-01-221-1/+2
* platform: create wireguard netdev interfaceThomas Haller2019-01-091-7/+266
* platform: merge NMPlatformError with nm-errorThomas Haller2018-12-275-42/+42
* build: meson: Add trailing commasIñigo Martínez2018-12-201-1/+1
* all: don't use static buffer for nm_utils_inet*_ntop()Thomas Haller2018-12-191-26/+41