summaryrefslogtreecommitdiffstats
path: root/test/test-network (follow)
Commit message (Expand)AuthorAgeFilesLines
* test-network: add test more cases for assigned units for each interfaceYu Watanabe2024-09-101-0/+135
* network: Add support for mq qdiscDaan De Meyer2024-09-042-0/+21
* network: Add support for multiq qdiscDaan De Meyer2024-09-042-0/+22
* networkd: Replace existing objects instead of doing nothing if they existDaan De Meyer2024-09-021-0/+11
* test-network: use the same MTU bytes for veth interfacesYu Watanabe2024-08-311-0/+2
* test-network: check one more rule we configureYu Watanabe2024-08-231-0/+4
* test-network: also test routing policy rules are configured as expected after...Yu Watanabe2024-08-211-1/+15
* test-network: find routing policy rule by priorityYu Watanabe2024-08-211-1/+5
* Merge pull request #34049 from yuwata/network-routing-policy-ruleLuca Boccassi2024-08-213-33/+84
|\
| * test-network: add test for ManageForeignRoutingPolicyRules=Yu Watanabe2024-08-202-1/+40
| * test-network: add tests for Type=table, goto, and nopYu Watanabe2024-08-202-32/+44
| * test-network: do not pass '[detached]' to 'ip rule del'Yu Watanabe2024-08-201-1/+1
* | network/address-label: allow to configure IPv6 address label in networkd.confYu Watanabe2024-08-202-1/+8
|/
* test-network: make kernel send NA with router flagYu Watanabe2024-08-201-0/+1
* network/wireguard: introduce [WireGuardPeer] PublicKeyFile=Yu Watanabe2024-08-163-2/+3
* test-network: Add test for BareUDP srcportminSusant Sahani2024-08-142-0/+2
* test-network: add test case for UnassignedSubnetPolicy=Yu Watanabe2024-08-053-0/+12
* Added support for L2 BridgeMDB entries (#32894)jauge-technica2024-08-022-0/+8
* test-network: add test case for preferred source with peerYu Watanabe2024-07-302-0/+13
* test: systemd-networkd-tests: add fdb learned testsGregor Herburger2024-07-222-0/+5
* systemd-networkd-tests: Skip tests requiring dhcpd if it is not availableDaan De Meyer2024-07-151-0/+3
* test-network: check if static routes not overridden by NDisc routesYu Watanabe2024-06-242-0/+38
* test-network: mention that the captive portal option is supported since v2.20Yu Watanabe2024-06-171-0/+2
* test-network: wait a while for addresses to be droppedYu Watanabe2024-06-111-11/+5
* network/ndisc: use router lifetime as one for redirect routeYu Watanabe2024-06-061-6/+4
* test-network: introduce a .network file to protect existing interfacesYu Watanabe2024-06-031-0/+13
* test-network: show PID and Invocation ID of networkdYu Watanabe2024-06-031-0/+10
* test-network: flush stream buffer and journals before/after running testYu Watanabe2024-06-031-0/+12
* test-network: generate debugging logs of networkd-persistent-storage.serviceYu Watanabe2024-06-031-1/+2
* test-network: add missing sleep()Yu Watanabe2024-06-011-0/+1
* test-network: Add dirs_exist_ok=True to cp_r()Daan De Meyer2024-05-301-1/+1
* test-network: update comment about status of kernel regressionYu Watanabe2024-05-291-3/+2
* test-network: tun/tap fd may be owned by tentative worker processesYu Watanabe2024-05-281-59/+51
* test-network: also set custom altternative name for netdevsim interfaceYu Watanabe2024-05-205-14/+28
* test-network: split out setup_netdevsim()Yu Watanabe2024-05-201-11/+14
* test-network: use different destination from gatewayYu Watanabe2024-05-172-4/+4
* test: Allow using TEST_MATCH_TESTCASE with systemd-networkd-tests.pyDaan De Meyer2024-05-141-2/+8
* test-network: simplify and unify waiting loopYu Watanabe2024-05-101-48/+31
* test-network: make link_exists() take multiple argumentsYu Watanabe2024-05-101-20/+12
* test-network: check existence of kernel bugYu Watanabe2024-05-101-0/+18
* test-network: introduce --no-journal optionYu Watanabe2024-05-101-0/+7
* test-network: do not fail when /etc/protocols does not existYu Watanabe2024-05-101-16/+19
* test-network: do not fail test_macvlan() with old kernel or ip commandYu Watanabe2024-05-101-1/+2
* test-network: do not fail if macvlan module is not availableYu Watanabe2024-05-101-0/+1
* test-network: Make source directory optionalDaan De Meyer2024-05-011-4/+12
* network: DHCP version logging typosSebastian Pucilowski2024-04-281-11/+11
* test-network: add test for [IPv6SendRA] ReachableTimeSec= and RetransmitSec=Yu Watanabe2024-04-222-0/+5
* test-network: add test for global UseDomains= settingYu Watanabe2024-04-201-6/+10
* test-network: add test case of RS sent by the same interfaceYu Watanabe2024-04-181-0/+6
* test-network: introduce check_networkd_log() helper functionYu Watanabe2024-04-181-47/+15