summaryrefslogtreecommitdiff
path: root/src/platform/tests
Commit message (Expand)AuthorAgeFilesLines
* platform: use NMDedupMultiIndex for routes in NMPCacheth/dedup-multiThomas Haller2017-06-261-210/+222
* platform: let NMPObject implement NMDedupIndexObjThomas Haller2017-06-261-7/+4
* all: add base object type in "nm-obj.h"Thomas Haller2017-06-261-0/+51
* platform/tests: minor fix in _wait_for_ipv6_addr_non_tentative()Thomas Haller2017-05-311-2/+2
* platform/tests: reorder wait-loop in test_ip6_route_options()Thomas Haller2017-05-311-30/+41
* platform/tests: make timeout_ms argument for nmtstp_wait_for_signal() signedThomas Haller2017-05-312-7/+18
* platform/tests: change nmtstp_wait_for_signal() to wait with zero timeoutThomas Haller2017-05-311-4/+3
* platform/tests: fix test_ip6_route_optionsFrancesco Giudici2017-05-301-0/+16
* platform/tests: use nm_platform_link_veth_add() to create veth pair in testThomas Haller2017-05-273-3/+36
* platform/tests: recreate test environment for each route testThomas Haller2017-05-273-23/+11
* platform/tests: refactor test_ip6_route_options() to make it extendableThomas Haller2017-05-271-48/+99
* platform/tests: move test fixture "env1" from test-address.c to test-common.hThomas Haller2017-05-273-55/+106
* platform: remove plen argument for IPv6 address IDThomas Haller2017-05-273-11/+11
* core: add configuration flag to choose slaves activation orderBeniamino Galvani2017-05-242-2/+2
* core: add NMNetns to bundle platform and route managersThomas Haller2017-04-182-8/+8
* logging: log device and connection along with the messageLubomir Rintel2017-03-241-1/+1
* udev: drop libgudev in favor of libudevThomas Haller2017-03-221-10/+32
* all: use "unsigned long" instead of "long unsigned"Thomas Haller2017-03-141-1/+1
* platform/tests: use NMTST_WAIT_ASSERT() to wait for addressThomas Haller2017-03-091-8/+5
* platform: tests: wait for non-tentative address before adding routeBeniamino Galvani2017-03-091-0/+17
* test: platform: remove the source parameter from the ip6 route option testFrancesco Giudici2017-03-081-6/+1
* platform: add support for some route optionsBeniamino Galvani2017-03-061-0/+131
* platform: change signature of nm_platform_ip{4,6}_route_add()Beniamino Galvani2017-03-064-18/+86
* platform: support preferred source option for IPv6 routesBeniamino Galvani2017-03-062-9/+17
* tests: drop a dead case branchLubomir Rintel2017-02-161-2/+0
* all: use nm_utils_is_valid_iface_name()Lubomir Rintel2017-01-061-9/+9
* 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
* all: use O_CLOEXEC for file descriptorsThomas Haller2016-12-131-6/+6
* 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
* platform/tests: add nmtstp_netns_select_random() utilThomas Haller2016-12-132-0/+23
* 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-216-11/+11
* 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-224-8/+22
* build: merge "src/platform/tests/Makefile.am" into toplevel MakefileThomas Haller2016-10-217-139/+24
* build/trivial: rename VALGRIND_RULES in Makefile.am to NM_LOG_COMPILERThomas Haller2016-10-191-1/+1
* platform/tests: relax assertion in software_addThomas Haller2016-10-191-1/+1
* platform: fix lifetime checkBeniamino Galvani2016-10-181-2/+2
* platform/tests: don't attempt to mount anything to /sys/devicesLubomir Rintel2016-10-171-18/+32
* Revert "platform/tests: skip root tests when we can't mount /sys/devices"Lubomir Rintel2016-10-171-4/+0
* platform/tests: skip root tests when we can't mount /sys/devicesLubomir Rintel2016-10-111-0/+4
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-034-13/+13
* 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
* bulid: don't link NMFakePlatform into NetworkManager binaryThomas Haller2016-08-111-3/+3
* platform/tests: fix link testsThomas Haller2016-07-051-7/+2