summaryrefslogtreecommitdiff
path: root/test/test-network
Commit message (Expand)AuthorAgeFilesLines
* test-network: wait for bond interface to be no-carrier operational stateYu Watanabe2019-05-191-2/+14
* test-network: enable universal_newline= flag for subprocess.check_output()Yu Watanabe2019-05-191-163/+163
* test-network: remove unnecessary linksYu Watanabe2019-05-191-18/+16
* test-network: fix underlying device nameYu Watanabe2019-05-191-1/+1
* test-network: use check_operstate() helper function where applicableYu Watanabe2019-05-191-101/+34
* test-network: add get_operstate() and check_operstate() helper functionsYu Watanabe2019-05-191-0/+13
* Merge pull request #12574 from yuwata/network-mtu-issue-12552Yu Watanabe2019-05-161-1/+1
|\
| * test-network: adjust mtuYu Watanabe2019-05-161-1/+1
* | Merge pull request #12549 from yuwata/network-sittun-disable-link-local-addre...Yu Watanabe2019-05-164-78/+122
|\ \
| * | test-network: check tunnel netdevs become operstate 'routable'Yu Watanabe2019-05-164-78/+122
* | | test-network: add a basic test for ipvtapYu Watanabe2019-05-163-0/+21
|/ /
* | test-network: add a test for IPv4LLRoute=Yu Watanabe2019-05-152-0/+2
* | test-network: add tests for DefaultRouteOnDevice=Yu Watanabe2019-05-152-0/+2
|/
* test-network: add a tiny test for IPv6Token=Yu Watanabe2019-05-122-3/+9
* Merge pull request #12489 from ssahani/vxlanZbigniew Jędrzejewski-Szmek2019-05-081-1/+1
|\
| * networkd: VXLAN rename Id to VNISusant Sahani2019-05-071-1/+1
* | test-network: add one more test for LinkLocalAddressing=fallbackYu Watanabe2019-05-073-3/+33
|/
* test-network: add a test for LinkLocalAddressing=fallbackYu Watanabe2019-05-042-2/+46
* test-network: add tests for BridgeFDB.Destination=Yu Watanabe2019-05-033-6/+32
* codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
* test-network: fix invalid assertionsYu Watanabe2019-04-251-23/+23
* test-network: add tests for MACsecYu Watanabe2019-04-125-0/+117
* test-network: add tests for WireGuardPeer.PresharedKey= and PresharedKeyFile=Yu Watanabe2019-04-093-1/+9
* network: make reading PrivateKeyFile= failure always fatalYu Watanabe2019-04-091-1/+0
* Merge pull request #12160 from yuwata/wait-online-allow-configuringYu Watanabe2019-04-023-3/+32
|\
| * test-network: add tests for --any option of wait-onlineYu Watanabe2019-04-023-1/+31
| * test-network: fix timeout argument for wait_online()Yu Watanabe2019-04-021-2/+1
* | test-network: add tests for FooOverUDP tunnelsYu Watanabe2019-04-027-0/+113
* | test-network: add more tests for SerializeTunneledPackets=, Key=, and friendsYu Watanabe2019-04-026-1/+39
* | test-network: add test for NetDev.Name= conflictYu Watanabe2019-04-012-1/+8
* | test-network: add test for drop-in [WireGuardPeer] sectionYu Watanabe2019-04-013-14/+17
|/
* Merge pull request #12147 from yuwata/network-gre-key-12144Yu Watanabe2019-03-314-3/+10
|\
| * test-network: test stacked erspan tunnelsYu Watanabe2019-03-304-3/+10
* | test-network: merge tests for [Route] sectionYu Watanabe2019-03-308-159/+72
* | test-network: use wait_online() in test_sysctl_disable_ipv6()Yu Watanabe2019-03-301-2/+4
* | test-network: use wait_online() in test_sysctl()Yu Watanabe2019-03-302-1/+3
* | test-network: use wait_online() in test_link_local_addressing()Yu Watanabe2019-03-302-3/+3
* | test-network: fix addr_gen_modeYu Watanabe2019-03-301-1/+1
* | test-network: move tests related to bondingYu Watanabe2019-03-301-25/+28
* | test-network: merge tests about static addressesYu Watanabe2019-03-305-91/+101
* | test-network: add wait_online() helper functionYu Watanabe2019-03-301-3/+10
|/
* test-network: add more tests for tunneling devicesYu Watanabe2019-03-2230-18/+335
* test-network: add tests for L2TPYu Watanabe2019-03-144-1/+143
* networkd: Add bridge port capabilitiesTobias Jungel2019-03-132-0/+7
* Merge pull request #11861 from yuwata/network-verify-2Lennart Poettering2019-03-135-2/+37
|\
| * test-network: add test for WireGuard.PrivateKeyFile=Yu Watanabe2019-03-134-2/+17
| * test-network: add tests for invalid Address sectionsYu Watanabe2019-03-132-0/+20
* | network: introduce 'degraded-carrier' operstate to order all statesYu Watanabe2019-03-131-2/+2
* | test-network: wait more and fix wrong operational stateYu Watanabe2019-03-131-2/+2
|/
* test-network: add tests for issue #11921Yu Watanabe2019-03-115-4/+24