summaryrefslogtreecommitdiff
path: root/src/platform/tests/test-link.c
Commit message (Expand)AuthorAgeFilesLines
* platform: use ifi_change field for setting link flagsThomas Haller2015-11-021-0/+11
* platform/vlan: add support for ingress/egress-qos-mappings and changing flagsThomas Haller2015-11-021-10/+512
* platform: promise that the link lnk is an immutable NMPObject and expose itThomas Haller2015-11-021-7/+13
* platform: create netlink messages directly without libnl-route-3Thomas Haller2015-11-021-4/+2
* platform/tests: test setting bridge addressThomas Haller2015-11-021-0/+47
* platform/tests: add test setting vlan ingress/egress mappingsThomas Haller2015-11-021-0/+45
* platform/tests: add test cases for detecting lnk dataThomas Haller2015-11-021-3/+191
* platform: implement vlan properties as lnk dataThomas Haller2015-11-011-3/+11
* platform/test: add test adding IPv4 addresses that only differ by their peer-...Thomas Haller2015-10-141-10/+10
* platform/test: add test for invoking platform signalsThomas Haller2015-09-091-0/+47
* platform/tests: fix assertion for test-link for team deviceThomas Haller2015-08-011-4/+1
* platform: refactor virtual methods for link objects in NMPlatformThomas Haller2015-06-211-17/+16
* platform: drop nm_platform_get_error()Thomas Haller2015-06-171-60/+15
* platform: signal missing firmware in nm_platform_set_up()Thomas Haller2015-06-171-5/+5
* platform: return NMPlatformError from link-add functionsThomas Haller2015-06-171-12/+13
* platform: fetch objects via the event socketThomas Haller2015-06-171-17/+20
* platform: use new platform cachingThomas Haller2015-06-171-8/+30
* tests: allow running the link test without a writeable sysfsLubomir Rintel2015-06-051-19/+25
* platform: return link objects from add functionsDan Williams2015-05-061-8/+8
* platform: fix root-tests after adding link detection without udevThomas Haller2015-05-041-5/+8
* platform/test: refactor detection of root-testThomas Haller2015-04-211-3/+1
* platform: add self argument to platform functionsThomas Haller2015-04-211-136/+136
* platform/test: split initialization of platform tests outThomas Haller2015-04-081-0/+6
* platform: don't wait for udev device initializaton if there's no udevLubomir Rintel2015-03-231-4/+4
* build: disable warnings where macros expand to tautological comparisonsLubomir Rintel2015-03-191-0/+2
* all: consistently include config.hDan Winship2014-11-131-0/+2
* build: fix -Wstrict-prototypes warningsThomas Haller2014-10-291-1/+1
* platform/test: fix warnings in testThomas Haller2014-08-011-4/+5
* platform/test: workaround team bug in older kernel versionThomas Haller2014-06-051-1/+14
* platform: fix software device handling when announcing linksPavel Šimerda2014-06-051-0/+9
* platform/test: fix fake platform to emit signals synchronously (analog to Lin...Pavel Šimerda2014-06-051-4/+4
* platform/test: disable bonding tests if no bonding module is availablePavel Šimerda2014-06-051-0/+8
* platform: allow setting address when adding software link (bridge)Thomas Haller2014-05-301-2/+2
* platform: refactor signals by combining added/changed/removedThomas Haller2014-05-031-15/+15
* platform: always cleanup nm-test-devicePavel Šimerda2013-07-271-1/+0
* platform: fix udev/kernel interface race conditionsPavel Šimerda2013-07-261-48/+1
* platform: improve signal handling in testsPavel Šimerda2013-07-261-29/+34
* platform: remove nm_platform_delete_device_by_name()Pavel Šimerda2013-07-261-23/+6
* platform: more logging for testsPavel Šimerda2013-07-261-1/+4
* platform: use the term 'software devices' consistentlyPavel Šimerda2013-06-261-13/+13
* platform: share main function among testsPavel Šimerda2013-06-211-22/+2
* platform: specify link-added signal as asynchronousDan Williams2013-06-201-14/+33
* platform: update linux platform testcases for udev/platform mergeDan Williams2013-06-191-6/+6
* platform: link mtu settingPavel Šimerda2013-05-181-0/+11
* platform: link address settingPavel Šimerda2013-05-181-0/+20
* platform: vlan supportPavel Šimerda2013-05-181-0/+43
* trivial: typedesc to typenamePavel Šimerda2013-05-161-2/+2
* platform: add nm_platform_link_get_type_name()Dan Winship2013-05-071-4/+14
* platform: use g_assert_cmpint() and g_assert_cmpstr() in testsDan Winship2013-05-031-13/+13
* platform: add ifindex arg to NMPlatform signalsDan Winship2013-05-031-1/+2