summaryrefslogtreecommitdiff
path: root/test/test-network
Commit message (Expand)AuthorAgeFilesLines
* test-network: Remove/replace non-capturing group regexDan Streetman2019-11-011-32/+32
* test: check /usr/lib and /lib for systemd binariesDan Streetman2019-11-011-6/+10
* test/test-network/systemd-networkd-tests.py: suppress stderr for functionalit...Dan Streetman2019-11-011-6/+6
* test-network: add tests for qdiscYu Watanabe2019-10-302-3/+35
* network: add tests for "networkctl reconfigure"Yu Watanabe2019-10-241-0/+27
* test-network: add tests for "networkctl reload"Yu Watanabe2019-10-241-0/+26
* Merge pull request #13663 from ssahani/dhcp-send-option-dataZbigniew Jędrzejewski-Szmek2019-10-162-0/+2
|\
| * test-network: disable IPv6AcceptRA= to speed up testsYu Watanabe2019-10-152-0/+2
* | test-network: add a test case for nexthopYu Watanabe2019-10-143-1/+43
|/
* Merge pull request #12818 from yuwata/network-issue-8726Zbigniew Jędrzejewski-Szmek2019-10-031-2/+6
|\
| * network: add fallback logic for old kernelsYu Watanabe2019-07-221-2/+5
| * network: disable kernel creating prefix route when RouteTable= is setYu Watanabe2019-07-221-2/+3
* | test-network: Drop start dnsmasqSusant Sahani2019-09-201-2/+0
* | Merge pull request #13559 from ssahani/ipv6ra-routeYu Watanabe2019-09-183-0/+51
|\ \
| * | Add test for IPv6 Route advertisementSusant Sahani2019-09-173-0/+51
* | | test-network: add one more test case for LinkLocalAddressing=Yu Watanabe2019-09-172-0/+24
|/ /
* | network: do not create default route for ipv4 link local addressingYu Watanabe2019-09-151-1/+0
* | 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-192-3/+36
|\ \
| * | test-network: add tests for RoutingPolicyRule.Family=ipv6 and bothYu Watanabe2019-08-162-3/+36
* | | test-network: update test for PreferredLifetime=0Yu Watanabe2019-08-192-4/+13
|/ /
* | networkd: Keep track of static neighborsWilliam A. Kennington III2019-08-122-0/+33
* | networkd: Routes should take the gateway into accountWilliam A. Kennington III2019-08-073-0/+34
* | test-network: add tests for new entries in "networkctl status"Yu Watanabe2019-07-301-0/+12
* | network: rename IGMPVersion= -> MulticastIGMPVersion=Yu Watanabe2019-07-261-1/+1
* | test-network: use [DHCPv4] and [DHCPv6] sections instead of deprecated [DHCP]...Yu Watanabe2019-07-2513-17/+20
* | test-network: add test for Bridge.IGMPVersion=Yu Watanabe2019-07-252-6/+8
* | 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-192-1/+38
|\
| * test-network: add tests for routes to DNS servers provided by DHCPv4Yu Watanabe2019-07-192-1/+38
* | test-network: add test for neighbor with ipv6 lladdrYu Watanabe2019-07-193-3/+22
|/
* 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-172-0/+107
* test-network: extend sleep timeYu Watanabe2019-07-171-4/+4
* test-network: make wait_online() check setup stateYu Watanabe2019-07-162-149/+168
* test-network: add tests for DHCPv4.UseDomains=Yu Watanabe2019-07-152-0/+28
* test-network: add tests for route with type local, multicast, anycast, or bro...Yu Watanabe2019-07-122-0/+33
* test-network: test more bridge propertiesYu Watanabe2019-07-123-5/+17
* Merge pull request #12971 from yuwata/network-reassign-static-routesYu Watanabe2019-07-123-2/+46
|\
| * test-network: add test for route reassignmentYu Watanabe2019-07-113-2/+46
* | test-network: add testcase that Neighbor.LinkLayerAddress= is IP addressYu Watanabe2019-07-113-1/+32
* | test-network: use Neighbor.LinkLayerAddress= instead of deprecated Neighbor.M...Yu Watanabe2019-07-112-3/+3
|/
* Merge pull request #13018 from yuwata/network-tunnel-follow-up-13016Lennart Poettering2019-07-1112-10/+95
|\
| * test-network: add testcases Tunnel.Remote=any and Local=anyYu Watanabe2019-07-1112-10/+95
* | 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-115-3/+176
|\ \ | |/ |/|
| * test-network: add tests for UseDNS= in [DHCP] sectionYu Watanabe2019-07-105-0/+123
| * test-network: enable systemd-resolved.serviceYu Watanabe2019-07-101-3/+53