NetworkManager/src/platform/tests
Thomas Haller 52cd5ee612 platform/test: add test for invoking platform signals
There seems to be an issue with glib/ffi that causes failures
to pass enum-typed arguments to signals (related bug rh#1260577).

Add a test for platform signals which, beside NM_CONFIG_SIGNAL_CONFIG_CHANGED,
is the only place where we use enum-typed arguments for signals.

Strangely, this test doesn't cause the failure, so it's unclear why
the workaround was necessary for "config-changed" signal (commit
e7d66f1df6).
2015-09-09 12:33:34 +02:00
..
.gitignore platform: add nmp-object.h file 2015-06-17 11:23:51 +02:00
dump.c all: remove #if GLIB_CHECK_VERSION conditionals around g_type_init() 2015-07-12 13:56:52 +02:00
Makefile.am include: add convenience header "nm-default.h" 2015-08-05 15:32:39 +02:00
monitor.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
platform.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
test-address.c platform/test: introduce _LOGD() macros to fake platform and platform tests 2015-09-04 11:06:26 +02:00
test-cleanup.c platform: change NMPlatformGetRouteMode enum to NMPlatformGetRouteFlags flags 2015-07-01 16:00:21 +02:00
test-common.c platform/test: introduce _LOGD() macros to fake platform and platform tests 2015-09-04 11:06:26 +02:00
test-common.h platform/test: introduce _LOGD() macros to fake platform and platform tests 2015-09-04 11:06:26 +02:00
test-general.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
test-link.c platform/test: add test for invoking platform signals 2015-09-09 12:33:34 +02:00
test-nmp-object.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
test-route.c platform/test: introduce _LOGD() macros to fake platform and platform tests 2015-09-04 11:06:26 +02:00