summaryrefslogtreecommitdiffstats
path: root/test/test-network (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add .pylintrc to globally suppress warnings we don't really care aboutFrantisek Sumsal2023-08-101-3/+0
* test-network: add more tests for address propertiesYu Watanabe2023-07-314-130/+451
* test-network: add testcase for overriding Address.RouteMetric=Yu Watanabe2023-07-304-282/+321
* test-network: add tests for several invalid neighbor settings, and overriding...Yu Watanabe2023-07-305-13/+63
* Merge pull request #28508 from yuwata/network-next-dhcp4Luca Boccassi2023-07-291-6/+12
|\
| * network/dhcp4: always honor specified gateway addressYu Watanabe2023-07-271-3/+5
| * network/dhcp4: always find suitable gateway for destination addressYu Watanabe2023-07-271-3/+7
* | CI: network - Add test for rp_filterSusant Sahani2023-07-282-0/+2
|/
* network: fix fetching link propertiesFrantisek Sumsal2023-07-181-0/+3
* test-network: probe a couple of uncovered networkctl codepathsFrantisek Sumsal2023-07-181-0/+44
* test-network: validate JSON where applicableFrantisek Sumsal2023-07-181-30/+39
* test-network: check for captive portals received via NDISCFrantisek Sumsal2023-07-186-18/+149
* test-network: correctly support running systemd-udevd from the build dirFrantisek Sumsal2023-07-171-2/+2
* test-network: add tests for null addressesYu Watanabe2023-07-072-0/+42
* test-network: add one more testcase for DHCPv4 classless routeYu Watanabe2023-07-061-1/+2
* test-network: drop ExecReload= in networkd.service and udevd.serviceYu Watanabe2023-07-061-9/+1
* test-network: add test for an invalid captive portal uriRonan Pigott2023-07-031-0/+38
* test-network: add test for static route with preferred sourceYu Watanabe2023-07-032-0/+27
* test-network: check route more strictlyYu Watanabe2023-07-031-3/+1
* Merge pull request #28132 from rpigott/dhcp-captive-portalYu Watanabe2023-07-031-0/+39
|\
| * test-network: add tests for captive portal dhcp optionsRonan Pigott2023-07-021-0/+39
* | test: fix test_vxlan with the latest iproute2Frantisek Sumsal2023-06-301-6/+10
* | test-network: add test for global IPv6PrivacyExtensions= settingYu Watanabe2023-06-294-6/+18
* | network: Add `IgnoreDdontFragment=` option for Fragmentation control (#28131)Yuxiang Zhu2023-06-293-0/+6
|/
* network: make degraded-carrier bond/bridge as routable (#27776)Henrik Holst2023-06-151-2/+2
* Merge pull request #27826 from yuwata/network-link-ready-without-ndisc-when-h...Yu Watanabe2023-05-311-0/+1
|\
| * network: do not request dynamic addressing protocols finished when at least o...Yu Watanabe2023-05-301-0/+1
* | wait-online: request that at least one managed online interface existsYu Watanabe2023-05-311-4/+0
|/
* test-network: add tests for vlan QoS mappingYu Watanabe2023-05-242-10/+14
* test-network: add tests for static lease matching with chaddrYu Watanabe2023-05-111-0/+11
* test-network: add workaround for bug in iproute2 v6.2.0Yu Watanabe2023-05-011-4/+8
* test: Install systemd-networkd-tests.py when install_tests is enabledDaan De Meyer2023-03-291-1/+1
* treewide: fix a few typos in NEWS, docs and commentsDmitry V. Levin2023-02-151-1/+1
* network: assume prefix length is full address sizeYu Watanabe2023-01-191-1/+1
* test-network: drop unused fileYu Watanabe2023-01-191-8/+0
* test-network: reprocess the loopback network interfaceYu Watanabe2023-01-181-0/+4
* test-network: add testcase for no managed interfaceYu Watanabe2022-12-221-1/+5
* test-network: split out wait-online related test caseYu Watanabe2022-12-221-9/+17
* test-network: move one test caseYu Watanabe2022-12-221-9/+9
* test-network: add a test for renaming device to current altnameNick Rosbrook2022-12-152-0/+18
* test-network: try to change MAC address moreYu Watanabe2022-12-072-6/+15
* test-network: add test for bond mac address configJian Zhang2022-12-062-0/+4
* test-network: add tests for RTT and ACK filter for CAKEYu Watanabe2022-11-182-0/+4
* test-network: skip test_match if alternative name is not supported by kernelYu Watanabe2022-11-101-0/+1
* test-network: wait for bound interface to be processed by udevdYu Watanabe2022-11-021-0/+1
* Merge pull request #25192 from yuwata/wait-online-altnameLuca Boccassi2022-11-012-26/+17
|\
| * test-network: explicitly prepare default.linkYu Watanabe2022-11-012-20/+6
| * test-network: resolve interface name from alternative nameYu Watanabe2022-11-011-4/+10
| * test-network: fix use of undeclared variableYu Watanabe2022-11-011-1/+0
| * test-network: make link_exists() support alternative namesYu Watanabe2022-11-011-1/+1