NetworkManager/src/platform/tests
Thomas Haller ee269b318e platform: refactor detecting kernel features
Next we will need to detect more kernel features. First refactor the
handling of these to require less code changes and be more efficient.
A plain nm_platform_kernel_support_get() only reqiures to access an
array in the common case.

The other important change is that the function no longer requires a
NMPlatform instance. This allows us to check kernel support from
anywhere. The only thing is that we require kernel support to be
initialized before calling this function. That means, an NMPlatform
instance must have detected support before.
2019-04-18 11:11:44 +02:00
..
.gitignore platform: add nmp-object.h file 2015-06-17 11:23:51 +02:00
meson.build Revert "build/meson: name platform tests like autotools" 2019-02-23 07:40:03 +01:00
monitor.c platform: refactor detecting kernel features 2019-04-18 11:11:44 +02:00
test-address.c docs: misc. typos 2018-09-15 09:08:03 +02:00
test-cleanup.c platform: merge NMPlatformError with nm-error 2018-12-27 21:33:59 +01:00
test-common.c platform/tests: increase timeout waiting for externally adding IP address 2019-04-07 13:24:34 +02:00
test-common.h platform/tests: add tests for handling policy routing rules 2019-03-13 09:03:59 +01:00
test-general.c platform: attach WifiData to NMPObject 2018-06-26 16:21:54 +02:00
test-link.c platform: refactor detecting kernel features 2019-04-18 11:11:44 +02:00
test-nmp-object.c platform: add NMPlatformObjWithIfindex helper structure for handling NMPObject types 2019-03-13 09:03:59 +01:00
test-route.c platform: drop track_default argument from nmp_rules_manager_new() 2019-04-13 18:17:16 +02:00