summaryrefslogtreecommitdiffstats
path: root/test/test-network/systemd-networkd-tests.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: Add support for multiq qdiscDaan De Meyer2024-09-041-0/+10
* 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-211-33/+65
|\
| * test-network: add test for ManageForeignRoutingPolicyRules=Yu Watanabe2024-08-201-1/+37
| * test-network: add tests for Type=table, goto, and nopYu Watanabe2024-08-201-32/+28
| * 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-201-1/+3
|/
* network/wireguard: introduce [WireGuardPeer] PublicKeyFile=Yu Watanabe2024-08-161-1/+1
* test-network: Add test for BareUDP srcportminSusant Sahani2024-08-141-0/+1
* test-network: add test case for UnassignedSubnetPolicy=Yu Watanabe2024-08-051-0/+10
* Added support for L2 BridgeMDB entries (#32894)jauge-technica2024-08-021-0/+4
* test-network: add test case for preferred source with peerYu Watanabe2024-07-301-0/+4
* test: systemd-networkd-tests: add fdb learned testsGregor Herburger2024-07-221-0/+4
* 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-241-0/+24
* 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-201-12/+12
* test-network: split out setup_netdevsim()Yu Watanabe2024-05-201-11/+14
* test-network: use different destination from gatewayYu Watanabe2024-05-171-3/+3
* 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-221-0/+3
* 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
* test-network: drop trailing spacesYu Watanabe2024-04-181-4/+4
* Merge pull request #32258 from yuwata/network-tc-fix-stack-overflowLuca Boccassi2024-04-151-0/+17
|\
| * test-network: add test for stack overflow in qdisc_drop() and tclass_drop()Yu Watanabe2024-04-131-0/+17