summaryrefslogtreecommitdiff
path: root/test/test-network/systemd-networkd-tests.py
Commit message (Expand)AuthorAgeFilesLines
* network: drop all checks of ipv6_disabled sysctlZbigniew Jędrzejewski-Szmek2019-08-271-2/+3
* Merge pull request #13235 from yuwata/network-routing-policy-rule-family-13233Zbigniew Jędrzejewski-Szmek2019-08-191-3/+24
|\
| * test-network: add tests for RoutingPolicyRule.Family=ipv6 and bothYu Watanabe2019-08-161-3/+24
* | test-network: update test for PreferredLifetime=0Yu Watanabe2019-08-191-4/+7
|/
* networkd: Keep track of static neighborsWilliam A. Kennington III2019-08-121-0/+24
* networkd: Routes should take the gateway into accountWilliam A. Kennington III2019-08-071-0/+22
* test-network: add tests for new entries in "networkctl status"Yu Watanabe2019-07-301-0/+12
* test-network: use [DHCPv4] and [DHCPv6] sections instead of deprecated [DHCP]...Yu Watanabe2019-07-251-4/+0
* test-network: add test for Bridge.IGMPVersion=Yu Watanabe2019-07-251-6/+7
* test-network: add tests for issue #6088Yu Watanabe2019-07-231-0/+11
* Merge pull request #13070 from yuwata/network-set-route-to-dhcp-dnsZbigniew Jędrzejewski-Szmek2019-07-191-1/+35
|\
| * test-network: add tests for routes to DNS servers provided by DHCPv4Yu Watanabe2019-07-191-1/+35
* | test-network: add test for neighbor with ipv6 lladdrYu Watanabe2019-07-191-3/+10
|/
* Revert "test-network: extend sleep time"Yu Watanabe2019-07-171-4/+4
* test-network: drop warn_about_firewalld() as it is not necessary any moreYu Watanabe2019-07-171-9/+0
* test-network: stop firewalld in setUpModule()Yu Watanabe2019-07-171-7/+14
* test-network: add tests for link state file vs resolvectl or timedatectlYu Watanabe2019-07-171-0/+92
* test-network: extend sleep timeYu Watanabe2019-07-171-4/+4
* test-network: make wait_online() check setup stateYu Watanabe2019-07-161-149/+162
* test-network: add tests for DHCPv4.UseDomains=Yu Watanabe2019-07-151-0/+19
* test-network: add tests for route with type local, multicast, anycast, or bro...Yu Watanabe2019-07-121-0/+17
* test-network: test more bridge propertiesYu Watanabe2019-07-121-5/+11
* Merge pull request #12971 from yuwata/network-reassign-static-routesYu Watanabe2019-07-121-2/+38
|\
| * test-network: add test for route reassignmentYu Watanabe2019-07-111-2/+38
* | test-network: add testcase that Neighbor.LinkLayerAddress= is IP addressYu Watanabe2019-07-111-1/+16
* | test-network: use Neighbor.LinkLayerAddress= instead of deprecated Neighbor.M...Yu Watanabe2019-07-111-1/+1
|/
* Merge pull request #13018 from yuwata/network-tunnel-follow-up-13016Lennart Poettering2019-07-111-10/+44
|\
| * test-network: add testcases Tunnel.Remote=any and Local=anyYu Watanabe2019-07-111-10/+44
* | test-network: drop test_udev_driver as it is unstableYu Watanabe2019-07-111-34/+0
* | Merge pull request #13006 from yuwata/network-split-dhcp-12917Lennart Poettering2019-07-111-3/+129
|\ \ | |/ |/|
| * test-network: add tests for UseDNS= in [DHCP] sectionYu Watanabe2019-07-101-0/+76
| * test-network: enable systemd-resolved.serviceYu Watanabe2019-07-101-3/+53
* | test-network: add test for Xfrm netdevYu Watanabe2019-07-111-3/+32
* | test-network: add test for AssignToLoopback= settingYu Watanabe2019-07-111-0/+7
|/
* Merge pull request #12970 from ddstreet/gh12969Yu Watanabe2019-07-081-0/+21
|\
| * test-network: add testcase for DHCP client with static addressYu Watanabe2019-07-061-0/+21
* | test-network: add tests for DHCP.UseRoutes=no with custom route settingsYu Watanabe2019-07-061-0/+33
|/
* test-network: add tests for BridgeVLANYu Watanabe2019-07-051-0/+22
* test-network: show debug logs of networkdYu Watanabe2019-07-051-12/+45
* test-network: add udev related tests for networkctlYu Watanabe2019-07-021-0/+46
* test-network: add test for Property= in [Match] sectionYu Watanabe2019-07-011-0/+11
* test-network: change default sleep time of start_networkd()Yu Watanabe2019-06-181-86/+86
* test-network: use wait-online in NetworkdBridgeTestsYu Watanabe2019-06-181-40/+12
* test-network: use wait-online in NetworkdBondTestsYu Watanabe2019-06-181-16/+8
* test-network: use setUp() and tearDown() to clear routing policy rule tablesYu Watanabe2019-06-181-9/+4
* test-network: rename l2tp_tunnel_remove -> remove_l2tp_tunnelsYu Watanabe2019-06-181-3/+3
* test-network: remove all routing policy rules in specified tableYu Watanabe2019-06-181-1/+3
* Merge pull request #12796 from yuwata/test-network-use-wait-onlineZbigniew Jędrzejewski-Szmek2019-06-151-57/+30
|\
| * test-network: drop redundant operstate checkingYu Watanabe2019-06-141-9/+0
| * test-network: replace check_link_exists() with wait_online()Yu Watanabe2019-06-141-42/+25