summaryrefslogtreecommitdiff
path: root/test/test-network
Commit message (Expand)AuthorAgeFilesLines
* test-network: add tests for static lease matching with chaddrYu Watanabe2023-05-121-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-192-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
* | test-network: add a testcase that all bound interfaces removedYu Watanabe2022-11-011-25/+49
|/
* Merge pull request #25143 from yuwata/network-reconfigure-interface-when-renamedLuca Boccassi2022-10-317-0/+96
|\
| * test-network: add testcase for reconfiguring interfaceYu Watanabe2022-10-317-0/+96
* | Merge pull request #25166 from yuwata/network-router-preferenceLuca Boccassi2022-10-318-0/+140
|\ \
| * | test-network: add testcase for router preferenceYu Watanabe2022-10-288-0/+140
| |/
* | test-network: suppress a couple of minor pylint complaintsFrantisek Sumsal2022-10-301-1/+3
* | test-network: sort standard imports before "third-party" onesFrantisek Sumsal2022-10-301-1/+2
* | test-network: drop a couple of useless f-stringsFrantisek Sumsal2022-10-301-3/+3
* | test-network: use raw strings where appropriateFrantisek Sumsal2022-10-301-8/+8
* | test-network: re-enable test_macsecFrantisek Sumsal2022-10-301-1/+16
* | test-network: rewrite wait-online address family testsYu Watanabe2022-10-285-72/+32
* | test-network: show only IPv4 routesYu Watanabe2022-10-281-24/+24
|/
* tree-wide: replace "plural(s)" by "plurals"Zbigniew Jędrzejewski-Szmek2022-10-171-3/+3
* test-network: fix matching stringYu Watanabe2022-09-231-2/+2
* networkctl: use "-" for empty fieldsZbigniew Jędrzejewski-Szmek2022-09-211-2/+2
* test: testing for networkd NetLabel featureTopi Miettinen2022-08-295-0/+32
* test-network: add missing online checkYu Watanabe2022-08-281-1/+1
* test-network: add test for TCPCongestionControlAlgorithm=Yu Watanabe2022-08-262-0/+34
* test-network: add test for issue #24377Yu Watanabe2022-08-206-0/+63
* test-network: add helper functions for reading logs of networkdYu Watanabe2022-08-201-4/+12
* test-network: add tests for IPv4ACD and renewing DHCP addressYu Watanabe2022-08-182-1/+2
* test-network: drop unused .network fileYu Watanabe2022-08-181-10/+0
* test-network: add/update module checkYu Watanabe2022-08-171-9/+14
* Merge pull request #24301 from yuwata/network-tuntapLuca Boccassi2022-08-164-3/+74
|\
| * test-network: add tests for KeepCarrier= for tuntap interfacesYu Watanabe2022-08-164-3/+74
* | test-network: add tests for MTUBytes= for bridge master and portsYu Watanabe2022-08-164-11/+51
|/
* network/bridge: fix UseBPDU= and AllowPortToBeRoot=Yu Watanabe2022-08-141-4/+4
* test-network: use "systemctl restart" to restart networkdYu Watanabe2022-08-141-2/+5
* test-network: also set StartLimitIntervalSec=0 for systemd-networkd.socketYu Watanabe2022-08-141-14/+24