summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* | test-network: use wait_online() in NetworkdDHCPServerTests or friendsYu Watanabe2019-05-281-12/+8
* | test-network: move test_domain() to NetworkdNetworkTests classYu Watanabe2019-05-281-17/+13
* | test-network: rename needlessly long class namesYu Watanabe2019-05-281-7/+7
* | test-network: use wait_online() instead of waiting for 10 secondsYu Watanabe2019-05-282-58/+72
* | test-network: drop unused linkYu Watanabe2019-05-281-1/+0
* | test-network: rename link_remove() to remove_links()Yu Watanabe2019-05-281-19/+19
* | test-network: remove routes even on failureYu Watanabe2019-05-281-4/+7
* | test-network: use setUp() and tearDown() to delete routing policy rule tablesYu Watanabe2019-05-281-18/+8
* | test-network: remove fou ports on failureYu Watanabe2019-05-281-3/+10
* | test-network: stop dnsmasq before removing linksYu Watanabe2019-05-281-3/+3
* | test-network: warn when firewalld.service is runningYu Watanabe2019-05-281-0/+9
* | test-network: add tests for issue #12490Yu Watanabe2019-05-281-2/+50
|/
* Merge pull request #12653 from yuwata/test-network-improvements-2Zbigniew Jędrzejewski-Szmek2019-05-289-24/+35
|\
| * test-network: add basic tests for vxcan deviceYu Watanabe2019-05-243-0/+17
| * test-network: add more tests for LinkLocalAddressing=yes on various netdevsYu Watanabe2019-05-248-7/+18
| * test-network: drop pure test for dummy deviceYu Watanabe2019-05-231-6/+0
| * test-network: drop redundant check_link_exists()Yu Watanabe2019-05-231-11/+0
* | test: correctly fail when system is borkedFrantisek Sumsal2019-05-271-1/+1
* | test: improve handling of ASan under clangFrantisek Sumsal2019-05-271-4/+55
* | test-execute: turn off coredump generation in test servicesLennart Poettering2019-05-242-0/+2
* | Merge pull request #12590 from keszybz/unicode-cmdlinesLennart Poettering2019-05-241-1/+1
|\ \ | |/ |/|
| * cgtop,test: use consistent capitalization for CGroupZbigniew Jędrzejewski-Szmek2019-05-211-1/+1
* | Merge pull request #12618 from yuwata/test-network-improvementsYu Watanabe2019-05-238-193/+226
|\ \
| * | test-network: drop wait_online() from test_ip6gre_tunnel()Yu Watanabe2019-05-221-31/+2
| * | test-network: wait for bridge slave to be enslaved in test_bridge_ignore_carr...Yu Watanabe2019-05-221-4/+7
| * | test-network: drop unused variableYu Watanabe2019-05-221-1/+0