summaryrefslogtreecommitdiff
path: root/test/test-network
Commit message (Expand)AuthorAgeFilesLines
* 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
* test-network: split out qdisc and wait-online tests from NetworkdNetworkTestsYu Watanabe2022-08-091-0/+16
* test-network: split test_qdisc() and test_qdisc2()Yu Watanabe2022-08-0916-294/+391
* test-network: check qdisc feature by module existenceYu Watanabe2022-08-091-50/+5
* test-network: rename tun99 and tap99Yu Watanabe2022-08-093-13/+7
* test-network: show stdout and stderr on failure in check_output()Yu Watanabe2022-08-091-2/+7
* test-network: drop unused text= argumentsYu Watanabe2022-08-091-8/+8
* test-network: also run timesyncd under sanitizer or valgrindYu Watanabe2022-08-091-89/+84
* test-network: use timedatectl in build directoryYu Watanabe2022-08-091-2/+2
* test-network: support the case that l2tp module is not supportedYu Watanabe2022-08-041-2/+4
* test-network: add test case for #23197Yu Watanabe2022-08-022-0/+10
* test-network: reload udevd when .link file is copied/removedYu Watanabe2022-07-231-10/+33
* Merge pull request #24074 from yuwata/network-dhcp6-rapid-commitYu Watanabe2022-07-231-0/+38
|\
| * test-network: add tests for RapidCommit=Yu Watanabe2022-07-221-0/+38