summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12970 from ddstreet/gh12969Yu Watanabe2019-07-082-0/+28
|\
| * test-network: add testcase for DHCP client with static addressYu Watanabe2019-07-062-0/+28
* | test-network: add tests for DHCP.UseRoutes=no with custom route settingsYu Watanabe2019-07-062-0/+51
|/
* test-network: add tests for BridgeVLANYu Watanabe2019-07-053-0/+39
* 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-013-0/+24
* network,udev: add Property= setting in [Match] sectionYu Watanabe2019-07-012-0/+2
* Treat kernel version condition as a list of quoted checksZbigniew Jędrzejewski-Szmek2019-06-291-0/+2
* test-execute: add test for ConditionKernelVersion= with quotationYu Watanabe2019-06-291-0/+2
* test: add test for DynamicUser=0 → =1 migration (and back)Lennart Poettering2019-06-253-0/+95
* test-network: change default sleep time of start_networkd()Yu Watanabe2019-06-181-86/+86
* test-network: use wait-online in NetworkdBridgeTestsYu Watanabe2019-06-182-40/+13
* test-network: use wait-online in NetworkdBondTestsYu Watanabe2019-06-182-22/+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
* travis: turn on nonnull-attribute on FuzzitEvgeny Vereshchagin2019-06-151-0/+0
* Merge pull request #12753 from jrouleau/fix/hibernate-resume-timeoutZbigniew Jędrzejewski-Szmek2019-06-151-0/+1
|\
| * hibernate-resume: add resumeflags= kernel optionJonathan Rouleau2019-06-051-0/+1
* | Merge pull request #12796 from yuwata/test-network-use-wait-onlineZbigniew Jędrzejewski-Szmek2019-06-152-57/+33
|\ \
| * | test-network: drop redundant operstate checkingYu Watanabe2019-06-141-9/+0
| * | test-network: replace check_link_exists() with wait_online()Yu Watanabe2019-06-142-42/+28
| * | test-network: explicitly set sleep timeYu Watanabe2019-06-141-3/+2
| * | test-network: suppress error message in cleanup processYu Watanabe2019-06-141-3/+3
* | | test-network: add test for ConfigureWithoutCarrier=Yu Watanabe2019-06-142-2/+10
|/ /
* | test-network: add more test cases when ipv6 is disabledYu Watanabe2019-06-122-2/+25
* | test-network: add tests for KeepConfiguration=Yu Watanabe2019-06-064-9/+101
* | networkd: add support to keep configurationSusant Sahani2019-06-061-0/+1
* | networkd-tests.py: properly escape pluses in regexpsZbigniew Jędrzejewski-Szmek2019-06-061-8/+8
* | networkd-tests.py: remove some java-style boilerplateZbigniew Jędrzejewski-Szmek2019-06-061-570/+569
* | networkd-tests.py: use check_output() instead of unittests' assertEqual()Zbigniew Jędrzejewski-Szmek2019-06-061-29/+29
* | networkd-tests.py: add helpers to common subprocess call patternsZbigniew Jędrzejewski-Szmek2019-06-061-224/+235
* | networkd-tests.py: remove unused importZbigniew Jędrzejewski-Szmek2019-06-061-1/+0
|/
* test-network: do not directly compare two results of "ip address"Yu Watanabe2019-06-051-4/+7
* test-network: do not allow addresses in tentative stateYu Watanabe2019-06-051-8/+8
* test-network: disable SystemCallFilter= when *SAN is enabledYu Watanabe2019-06-041-0/+2
* test-network: add test for MTU field of 'networkctl status'Yu Watanabe2019-06-042-0/+14
* test-network: add tests for "networkctl delete"Yu Watanabe2019-06-041-0/+12
* test-network: move networkctl related tests to NetworkctlTests classYu Watanabe2019-06-041-26/+81
* test-network: show systemd-networkd.serviceYu Watanabe2019-05-311-4/+3
* test-network: stop service before editing unit fileYu Watanabe2019-05-311-1/+4
* test-network: add --lsan-options optionYu Watanabe2019-05-311-1/+8
* test-network: make the test take ASAN and UBSAN optionsYu Watanabe2019-05-301-2/+17
* test-network: make path to networkd or friends configurableYu Watanabe2019-05-301-21/+91
* Merge pull request #12690 from yuwata/test-network-and-man-netdevZbigniew Jędrzejewski-Szmek2019-05-293-8/+2
|\
| * test-network: drop 25-nlmon.networkYu Watanabe2019-05-293-8/+2
* | test-network: bump time limit for wait_address()Yu Watanabe2019-05-291-1/+1
|/
* Merge pull request #12635 from yuwata/nlmon-supportYu Watanabe2019-05-293-0/+17
|\
| * test-network: add a basic test for nlmonYu Watanabe2019-05-283-0/+17