summaryrefslogtreecommitdiff
path: root/src/platform/tests/test-common.c
Commit message (Expand)AuthorAgeFilesLines
* platform: merge NMPlatformError with nm-errorThomas Haller2018-12-271-16/+16
* all: don't use static buffer for nm_utils_inet*_ntop()Thomas Haller2018-12-191-26/+41
* platform: assert against valid ifindex and remove duplicate assertionsThomas Haller2018-12-031-1/+1
* platform/tests: improve nmtstp_link_delete() for deleting linksThomas Haller2018-12-031-5/+9
* platform/tests: fix assertion for unit test for address lifetimeThomas Haller2018-11-281-2/+0
* platform: add ip6gre/ip6gretap tunnels supportBeniamino Galvani2018-07-021-0/+51
* platform: add gretap tunnels supportBeniamino Galvani2018-07-021-3/+11
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-3/+3
* test-common: drop unused variablesLubomir Rintel2018-04-231-3/+0
* platform: support creating non-persistant TUN/TAP devicesThomas Haller2018-04-091-2/+5
* platform/tests: extend nmtstp_wait_for_link*() to never waitThomas Haller2018-04-091-2/+17
* platform/tests: implement nmtstp_assert_wait_for_link() as macroThomas Haller2018-04-091-16/+0
* platform/tests: add tests for TUN/TAP handlingThomas Haller2018-04-091-0/+65
* platform/test: drop the /sys/devices danceLubomir Rintel2018-02-121-36/+1
* platform/tests: (trivial) fix a typoLubomir Rintel2018-02-121-1/+1
* ip-tunnel: add support for tunnel flagsBeniamino Galvani2018-01-051-3/+10
* platform: merge nm_platform_*_delete() delete functionsThomas Haller2017-12-111-2/+2
* platform/trivial: s/ADDRROUTE/OBJECT/ for the cache lookupLubomir Rintel2017-12-111-10/+10
* platform/tests: drop bad commentLubomir Rintel2017-12-111-2/+1
* all: use nm_close() instead of close()Thomas Haller2017-11-141-15/+15
* platform: tests: silence compilation warningBeniamino Galvani2017-08-281-2/+2
* platform: return failure reason from route-add and return only netlink responseThomas Haller2017-08-241-2/+2
* platform: fix cache to use kernel's notion for equality of routesThomas Haller2017-08-121-86/+192
* platform: extend API for adding routesThomas Haller2017-08-031-2/+2
* platform: pass full route object to platform delete functionThomas Haller2017-07-251-0/+54
* platform: refactor nm_platform_ip4_address_sync()Thomas Haller2017-07-251-0/+30
* platform: refactor nm_platform_link_get_all() to return GPtrArrayThomas Haller2017-07-051-8/+10
* platform/tests: make timeout_ms argument for nmtstp_wait_for_signal() signedThomas Haller2017-05-311-5/+16
* platform/tests: change nmtstp_wait_for_signal() to wait with zero timeoutThomas Haller2017-05-311-4/+3
* platform/tests: use nm_platform_link_veth_add() to create veth pair in testThomas Haller2017-05-271-0/+30
* platform/tests: move test fixture "env1" from test-address.c to test-common.hThomas Haller2017-05-271-0/+3
* platform: remove plen argument for IPv6 address IDThomas Haller2017-05-271-3/+3
* core: add configuration flag to choose slaves activation orderBeniamino Galvani2017-05-241-1/+1
* all: use "unsigned long" instead of "long unsigned"Thomas Haller2017-03-141-1/+1
* platform: change signature of nm_platform_ip{4,6}_route_add()Beniamino Galvani2017-03-061-0/+48
* all: use nm_utils_is_valid_iface_name()Lubomir Rintel2017-01-061-9/+9
* all: use O_CLOEXEC for file descriptorsThomas Haller2016-12-131-6/+6
* platform/tests: add nmtstp_netns_select_random() utilThomas Haller2016-12-131-0/+19
* core: don't use generated glib enum for platform typesThomas Haller2016-10-221-3/+6
* build: merge "src/platform/tests/Makefile.am" into toplevel MakefileThomas Haller2016-10-211-4/+10
* 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
* platform/tests: improve nmtstp_wait_for_signal() to return number of signalsThomas Haller2016-04-111-15/+18
* platform/tests: add @platform argument to nmtstp functionsThomas Haller2016-04-111-84/+139
* platform/tests/trivial: rename ip4_route_exists() functions to have nmtstp pr...Thomas Haller2016-04-111-3/+3
* platform/tests/trivial: rename init_tests() and setup_tests() functionThomas Haller2016-04-111-2/+2
* platform/tests: cleanup includesThomas Haller2016-04-111-2/+0
* platform/tests/trivial: move code aroundThomas Haller2016-04-111-162/+186