summaryrefslogtreecommitdiff
path: root/src/platform/tests/test-link.c
Commit message (Expand)AuthorAgeFilesLines
* platform/tests: skip netns tests if we fail to create a new NMPNetns instanceth/platform-test-netns-bgo790214Thomas Haller2017-11-161-2/+13
* platform/tests: relax checking for signals in test-link-linuxThomas Haller2017-10-301-1/+1
* platform: return platform error code from nm_platform_link_set_mtu()Thomas Haller2017-10-241-2/+2
* platform: refactor detecting kernel supportThomas Haller2017-10-121-1/+2
* all,trivial: include kernel versions and release dates in commentsLubomir Rintel2017-08-241-5/+5
* platform: move link accessors to NMPlatform base classThomas Haller2017-07-051-3/+4
* platform/tests: use nm_platform_link_veth_add() to create veth pair in testThomas Haller2017-05-271-3/+2
* core: add NMNetns to bundle platform and route managersThomas Haller2017-04-181-6/+6
* tests: drop a dead case branchLubomir Rintel2017-02-161-2/+0
* platform: avoid copying arguments for nmp_utils_ethtool_get_driver_info()Thomas Haller2016-12-131-4/+5
* platform: lookup ifname for ethtool/mii ioctl immediately before useThomas Haller2016-12-131-6/+4
* platform/tests: add tests for nmp_utils_sysctl_open_netdir()Thomas Haller2016-12-131-0/+170
* platform/tests: use nmtstp_netns_select_random() utilThomas Haller2016-12-131-7/+2
* core: use nmp_utils_sysctl_open_netdir() for platform master/slave optionsThomas Haller2016-12-131-19/+21
* platform: add optional dirfd argument to sysctl functionsThomas Haller2016-12-131-3/+3
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-3/+3
* platform/tests: relax assertion for expected link-changed signalThomas Haller2016-10-241-1/+1
* core: don't use generated glib enum for platform typesThomas Haller2016-10-221-2/+5
* build: merge "src/platform/tests/Makefile.am" into toplevel MakefileThomas Haller2016-10-211-2/+3
* platform/tests: relax assertion in software_addThomas Haller2016-10-191-1/+1
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-2/+2
* platform/tests: avoid test failure setting bridge forward_delayThomas Haller2016-08-281-4/+4
* platform/tests: relax condition for testThomas Haller2016-08-181-1/+1
* platform/tests: relax condition in platform testThomas Haller2016-08-171-1/+1
* platform/tests: fix link testsThomas Haller2016-07-051-7/+2
* core: don't warn when setting address of non-existing linkThomas Haller2016-07-051-1/+1
* platform: tests: skip already used macvtap ifindexesBeniamino Galvani2016-06-071-0/+21
* platform/tests: fix memory leaksBeniamino Galvani2016-06-031-9/+24
* device: use NM_PLATFORM_GET instead of "nm_platform_get ()"Thomas Haller2016-05-221-1/+1
* all/tests: split core part out of "nm-test-utils.h"Thomas Haller2016-05-171-1/+1
* platform/tests: add @platform argument to nmtstp functionsThomas Haller2016-04-111-26/+26
* platform/tests/trivial: rename init_tests() and setup_tests() functionThomas Haller2016-04-111-2/+2
* platform/tests: use nm_linux_platform_new()Thomas Haller2016-04-111-5/+5
* platform/tests: fix bug in netns test which can cause mounting tmpfs over /runThomas Haller2016-03-241-3/+3
* platform: add nmp_netns_bind_to_path() helper functionThomas Haller2016-03-151-0/+57
* platform: support switching partial namespacesThomas Haller2016-03-151-4/+190
* platform/tests: add test for nm_platform_link_set_netns()Thomas Haller2016-03-151-11/+62
* platform/tests: pass platform argument to nmtstp helper functionsThomas Haller2016-03-151-20/+20
* platform/tests: refactor creation of test_netns_general()Thomas Haller2016-03-151-16/+35
* all/tests: fix tests after adjusting glib logging levelThomas Haller2016-03-101-5/+5
* all: drop str_if_set() in favor of the "?:" operatorThomas Haller2016-03-081-1/+1
* platform: add network namespace support to platformThomas Haller2016-03-071-0/+136
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-1/+21
* platform/tests: workaround test failure for kernel bugThomas Haller2016-02-161-3/+11
* platform: change links via event netlink socketThomas Haller2015-12-171-5/+5
* platform/tests: always run link tests using both methodsBeniamino Galvani2015-12-161-9/+32
* platform/tests: ignore failure of iproute2 command for adding vxlan interfaceThomas Haller2015-12-111-2/+1
* platform/tests: workaround broken vxlan platform tests on older kernelThomas Haller2015-12-111-2/+7
* platform/tests: add test adding many dummy devicesThomas Haller2015-12-101-0/+80
* platform/tests: use nmtstp_link_del() functionThomas Haller2015-12-101-19/+17