summaryrefslogtreecommitdiff
path: root/src/platform/tests
Commit message (Expand)AuthorAgeFilesLines
* platform/test: introduce _LOGD() macros to fake platform and platform testsThomas Haller2015-09-044-14/+32
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-055-6/+5
* include: add convenience header "nm-default.h"Thomas Haller2015-08-051-1/+1
* platform/tests: fix assertion for test-link for team deviceThomas Haller2015-08-011-4/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* platform: replace addr/route exists() functions by get()Thomas Haller2015-07-144-30/+30
* all: remove #if GLIB_CHECK_VERSION conditionals around g_type_init()Thomas Haller2015-07-123-9/+4
* platform: fix wrapper nm_platform_addr_flags2str() for rtnl_addr_flags2str()Thomas Haller2015-07-121-0/+33
* platform/test: add test to call nm_platform_link_get_all()Thomas Haller2015-07-021-0/+14
* platform: change NMPlatformGetRouteMode enum to NMPlatformGetRouteFlags flagsThomas Haller2015-07-014-10/+10
* platform/test: minor test fix in "test-nmp-object.c"Thomas Haller2015-06-251-1/+0
* platform: pass object type with platform changed signalThomas Haller2015-06-244-6/+6
* platform: refactor virtual methods for link objects in NMPlatformThomas Haller2015-06-215-21/+20
* platform/trivial: rename ObjectType to NMPObjectTypeThomas Haller2015-06-191-21/+21
* all: fix additional compiler warningis about function declarationsJiří Klimeš2015-06-192-2/+2
* platform: fix lookup addresses and routes for any ifindex and refactor NMPCac...Thomas Haller2015-06-181-14/+14
* platform: drop nm_platform_get_error()Thomas Haller2015-06-175-118/+16
* platform: signal missing firmware in nm_platform_set_up()Thomas Haller2015-06-175-9/+16
* platform: return NMPlatformError from link-add functionsThomas Haller2015-06-175-20/+21
* platform: rework NMPlatformError codesThomas Haller2015-06-171-1/+1
* platform: no longer expose udi field in NMPlatformLinkThomas Haller2015-06-171-1/+1
* platform: remove redundant NMPlatformLink fields "arp" and "up"Thomas Haller2015-06-171-3/+4
* platform: fetch objects via the event socketThomas Haller2015-06-172-18/+21
* platform/test: add simple test for NMLinuxPlatformThomas Haller2015-06-171-0/+15
* platform: use new platform cachingThomas Haller2015-06-173-14/+36
* platform: implement NMPObject and NMPCacheThomas Haller2015-06-171-0/+383
* platform: add nmp-object.h fileThomas Haller2015-06-173-0/+52
* platform: add scope parameter to NMPlatformIP4RouteThomas Haller2015-06-171-2/+5
* all: fix a compiler warning about function declarationsJiří Klimeš2015-06-101-3/+3
* platform: expose nm_platform_signal_change_type_to_string()Thomas Haller2015-06-051-17/+2
* platform: add nm-platform-utils.[ch] filesThomas Haller2015-06-053-4/+51
* tests: use a user ns to fake rootLubomir Rintel2015-06-051-7/+51
* tests: allow running the link test without a writeable sysfsLubomir Rintel2015-06-053-25/+44
* builds: only enable TAP driver for glib >= 2.37.6Lubomir Rintel2015-05-281-2/+0
* tests: use the TAP formatterLubomir Rintel2015-05-261-1/+2
* tests: call g_test_run() even when skipping the testLubomir Rintel2015-05-261-1/+1
* platform/test: include call location in signal assertionsThomas Haller2015-05-132-21/+29
* platform/test: make asserting signals more flexibleThomas Haller2015-05-134-29/+37
* platform/test: fix valgrind warning about NULL arguments to mount()Thomas Haller2015-05-121-2/+2
* platform/test: unshare the netns namespace so that root tests don't mess with...Lubomir Rintel2015-05-111-0/+38
* platform: return link objects from add functionsDan Williams2015-05-065-16/+16
* platform: re-enable the platform link testThomas Haller2015-05-041-0/+1
* platform: fix root-tests after adding link detection without udevThomas Haller2015-05-044-8/+11
* test/trivial: use new EXIT_SKIP return value instead of 77Thomas Haller2015-05-041-1/+1
* platform: refactor extraction of type-name for linkThomas Haller2015-05-011-1/+1
* build/trivial: reorder and break lines in Makefile.amThomas Haller2015-04-221-2/+9
* platform: drop nm_platform_free() and register weak-refThomas Haller2015-04-221-1/+1
* platform/test: refactor detection of root-testThomas Haller2015-04-213-6/+13
* platform: add self argument to platform functionsThomas Haller2015-04-218-292/+292
* test: add option in nmtst_platform_ip4_routes_equal() to ignore orderingThomas Haller2015-04-081-2/+2