summaryrefslogtreecommitdiff
path: root/test/test-network
Commit message (Expand)AuthorAgeFilesLines
* 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
* | test-network: drop unnecessary call of systemctlYu Watanabe2022-07-221-3/+0
* | test-network: drop unnecessary default argumentYu Watanabe2022-07-221-1/+1
* | test-network: do not stop/restart udevd and related socket unitsYu Watanabe2022-07-221-4/+2
|/
* test-network: add a test case for IPv4LLStartAddress=Yu Watanabe2022-07-152-3/+4
* test-network: save and restore timezoneYu Watanabe2022-07-131-0/+15
* test-network: wait for L2TP tunnels being removedYu Watanabe2022-07-131-1/+13
* test-network: support to remove routing policy rules with l3mdev flagYu Watanabe2022-07-111-1/+1
* test-network: merge stdout and stderr of invoked command by call()Yu Watanabe2022-07-111-2/+2
* test-network: various cleanupsYu Watanabe2022-07-111-1516/+1074
* test-network: extend timeout for DHCP lease to be expiredYu Watanabe2022-07-111-1/+1
* test-network: use wait_operstate() at one more placeYu Watanabe2022-07-091-2/+1
* test-network: suppress periodic output in wait_operstate()Yu Watanabe2022-07-091-1/+2
* test-network: disable debugging logs from networkctl, resolvectl, and so onYu Watanabe2022-07-091-3/+6
* test-network: merge two DHCPv6 client testsYu Watanabe2022-07-093-23/+9
* test-network: replace sleep with wait_address() and wait_address_dropped()Yu Watanabe2022-07-091-1/+2
* test-network: merge two more tests with test_dhcp_client_ipv4_onlyYu Watanabe2022-07-093-37/+4
* test-network: merge tests for UseDNS=Yu Watanabe2022-07-091-68/+37
* test-network: merge two IPv4LL testsYu Watanabe2022-07-091-45/+21
* test-network: drop test_dhcp_client_ipv4_ipv6Yu Watanabe2022-07-092-40/+9
* test-network: check DHCPv4 address in more detailYu Watanabe2022-07-091-27/+17
* test-network: drop 25-dhcp-v4-server-veth-peer.networkYu Watanabe2022-07-092-11/+6
* test-network: drop meaningless testYu Watanabe2022-07-092-41/+0
* test-network: introduce read_dnsmasq_log_file() helper functionYu Watanabe2022-07-091-31/+21
* test-network: shorten sleep time a bitYu Watanabe2022-07-091-17/+10
* test-network: introduce read_link_state_file() helper functionYu Watanabe2022-07-091-70/+64
* test-network: merge DHCP client tests to improve performanceYu Watanabe2022-07-0811-361/+141
* test-network: drop unnecessary `global`Frantisek Sumsal2022-06-111-6/+0
* test-network: explicitly set encoding when open()ing text filesFrantisek Sumsal2022-06-111-30/+30
* test-network: make use of f-strings in couple more placesFrantisek Sumsal2022-06-111-9/+9
* test-network: override networkctl bin w/ valgrind/sanitizersFrantisek Sumsal2022-06-111-1/+6