]> git.ipfire.org Git - thirdparty/systemd.git/commit - test/test-network/systemd-networkd-tests.py
test-network: make wait_online() check setup state 13058/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 15 Jul 2019 05:18:06 +0000 (14:18 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 15 Jul 2019 16:32:24 +0000 (01:32 +0900)
commite2aea43f319694dc7d64ccb34ac9ba401f1e7102
tree37fd92951dc06e31bbe4eaf289581871726b78a0
parent4ff296b02411bb4f0dc38f48cbab06f8645d2a08
test-network: make wait_online() check setup state

Previously, event if link's setup state is in failed, tests may pass,
as systemd-networkd-wait-online success if the state is in failed state.
This makes tests be checked more strictly.
test/test-network/conf/25-l2tp.network [new file with mode: 0644]
test/test-network/systemd-networkd-tests.py