NetworkManager/src/platform/tests
Thomas Haller 5b09f7151b platform: fix return value for do_delete_object()
The return value for the delete methods checks whether the object
is actually deleted. That is questionable behavior, because if the netlink
request succeeds, there is little point in checking with the platform cache.
As it is, it is racy.

Anyway, the previous value was totally wrong.

But it also uncovers another platform bug, which currently breaks
route tests. Will be fixed next.
2017-07-25 06:44:12 +02:00
..
.gitignore platform: add nmp-object.h file 2015-06-17 11:23:51 +02:00
monitor.c build: don't add subdirectories to include search path but require qualified include 2016-11-21 14:26:37 +01:00
test-address.c platform: refactor nm_platform_ip4_address_sync() 2017-07-25 06:44:12 +02:00
test-cleanup.c platform: refactor nm_platform_ip4_address_sync() 2017-07-25 06:44:12 +02:00
test-common.c platform: refactor nm_platform_ip4_address_sync() 2017-07-25 06:44:12 +02:00
test-common.h platform: refactor nm_platform_ip4_address_sync() 2017-07-25 06:44:12 +02:00
test-general.c platform: refactor nm_platform_link_get_all() to return GPtrArray 2017-07-05 19:03:46 +02:00
test-link.c platform: move link accessors to NMPlatform base class 2017-07-05 18:37:39 +02:00
test-nmp-object.c platform: drop separate index for visible objects 2017-07-05 18:37:39 +02:00
test-route.c platform: fix return value for do_delete_object() 2017-07-25 06:44:12 +02:00