summaryrefslogtreecommitdiff
path: root/src/core/platform/tests
Commit message (Expand)AuthorAgeFilesLines
* platform: add support to prio property in bond portsFernando Fernandez Mancera2023-05-031-3/+20
* platform: add netlink support for bond port optionsFernando Fernandez Mancera2023-05-031-1/+16
* platform/tests: fix unit test creating ip6gre tunnel with old iproute2Thomas Haller2023-04-072-3/+16
* platform/tests: ip6gre & ip6gretap test cases (ip6 tunnel flags)Joao Machado2023-03-132-34/+105
* platform/tests: avoid accessing in_addr_t via NMIPAddr unionThomas Haller2023-03-031-2/+6
* platform: fix test_link_set_properties()bg/tmpBeniamino Galvani2023-03-031-3/+4
* platform: support changing link propertiesBeniamino Galvani2023-03-021-0/+31
* platform: fix bridge test with fake platformBeniamino Galvani2023-03-011-28/+24
* platform/tests: add test for nm_platform_link_set_bridge_info()Thomas Haller2023-03-011-4/+48
* platform: return extack message from add address/route operationsThomas Haller2023-02-283-6/+13
* platform/tests: re-enable and fix "/route/test_cache_consistency_routes" testsThomas Haller2023-02-011-3/+0
* platform/tests: workaround failure of nmtstp_assert_platform()Thomas Haller2023-02-013-63/+116
* platform/tests: disable check for sorted IPv4 routes by weak-idThomas Haller2023-02-012-8/+27
* platform/tests: flush all tables in test_cache_consistency_routes() testThomas Haller2023-02-011-1/+3
* platform/tests: suppress noisy output in test_cache_consistency_routes() testThomas Haller2023-02-011-2/+6
* platform/tests: ignore ip-tunnel interfaces in nmtstp_assert_platform()Thomas Haller2023-02-011-10/+43
* platform/tests: avoid recent route protocols in "/route/test_cache_consistenc...Thomas Haller2023-02-011-1/+1
* platform/tests: use nmtstp_ensure_module() in test_software_detect()Thomas Haller2023-02-011-72/+40
* platform/tests: add nmtstp_ensure_module() helperThomas Haller2023-02-012-0/+270
* platform/tests: fix nmtstp_link_{gre,ip6gre,ip6tnl,ipip}_add() to support mis...Thomas Haller2023-02-011-8/+8
* meson: increase "default_test_timeout" to 3 minutesThomas Haller2023-02-011-1/+1
* platform/tests: temporarily disable failing check in "/route/test_cache_consi...Thomas Haller2023-01-192-6/+3
* platform/tests: temporarily disable failing check in "/route/test_cache_consi...Thomas Haller2023-01-191-5/+6
* platform/tests: temporarily disable failing check in "/route/test_cache_consi...Thomas Haller2023-01-191-0/+5
* platform/tests: add test for cache consistency for IP routesThomas Haller2023-01-192-1/+230
* platform/tests: add nmtstp_assert_platform() helperThomas Haller2023-01-192-0/+320
* platform/tests: extend nmtstp_env1_add_test_func() to create more interfacesThomas Haller2023-01-195-60/+93
* platform: allow setting multi_idx instance for NMPlatformThomas Haller2023-01-192-8/+8
* platform: fix nmp_lookup_init_route_by_weak_id() to honor the route-tableThomas Haller2023-01-191-2/+9
* platform: remove fwmark from vti/vti6 testsBeniamino Galvani2022-12-222-20/+18
* platform: support VTI6 tunnelsBeniamino Galvani2022-12-213-3/+84
* platform: support VTI tunnelsBeniamino Galvani2022-12-213-0/+81
* platform: support VLAN protocolBeniamino Galvani2022-12-143-9/+95
* all: fix "-Wcast-align=strict" warnings for GArray castsThomas Haller2022-12-091-1/+1
* platform: ensure all NMPlatform* structs have same alignmentThomas Haller2022-12-091-449/+479
* all: use nm_g_array_first()/nm_g_array_first_p() where suitableThomas Haller2022-12-092-3/+3
* clang-format: reformat code with clang-format 15.0.4-1.fc37Thomas Haller2022-11-233-8/+8
* platform: pass extra_hops to ip_route_add functionFernando Fernandez Mancera2022-11-212-6/+6
* platform: manage ECMP routesFernando Fernandez Mancera2022-11-211-45/+51
* platform/tests: don't use translations in test toolThomas Haller2022-10-271-2/+2
* platform/tests: use nmtst_inet6_from_string() instead of *nmtst_inet6_from_st...Thomas Haller2022-10-262-22/+22
* platform/tests: rename nmtst_inet6_from_string() to nmtst_inet6_from_string_p()Thomas Haller2022-10-262-23/+23
* platform/tests: extend monitor tool to dump the state of NMPlatformThomas Haller2022-10-261-0/+161
* platform/tests: make "external_command" int typeThomas Haller2022-10-262-42/+38
* platform,glib-aux: move and rename nm_platform_ip4_broadcast_address_create()Thomas Haller2022-09-232-12/+11
* all: use nm_g_array_{index,first,last,index_p}() instead of g_array_index()Thomas Haller2022-09-153-4/+4
* platform/tests: use NM_ETHER_ADDR_INIT() macroThomas Haller2022-09-081-13/+13
* glib-aux: rename IP address related helpers from "nm-inet-utils.h"Thomas Haller2022-08-253-53/+52
* mptcp: fix nmp_global_tracker_sync_mptcp_addrs()Thomas Haller2022-08-101-2/+2
* platfrom: handle MPTCP addresses with NMPGlobalTrackerThomas Haller2022-08-092-0/+204