summaryrefslogtreecommitdiff
path: root/test/networkd-test.py
Commit message (Expand)AuthorAgeFilesLines
* tests: update networkd-test.py to use resolvectl instead of systemd-resolve (...Michael Biebl2018-10-231-10/+10
* Revert "resolve: enable DynamicUser= for systemd-resolved.service"Zbigniew Jędrzejewski-Szmek2018-09-201-0/+1
* test: Fix networkd test for an already running serviceMartin Pitt2018-07-091-4/+34
* test: Reset systemd-resolved.service in networkd testMartin Pitt2018-07-091-2/+2
* test: fix networkd-test.py rate limiting and dynamic userMartin Pitt2018-07-031-0/+8
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-141-1/+1
* Networkd tests: add bridge link properties to testSusant Sahani2018-05-101-0/+23
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* test: sort imports and use "new" string formattingBatuhan Osman Taşkaya2018-02-051-26/+25
* separate flags from shebangbleep_blop2017-12-251-1/+2
* Add SPDX license headers to python scriptsZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* test: drop Exec* prefixes to obtain paths of executablesYu Watanabe2017-08-301-1/+1
* tests: ignore router state in networkd test (#6390)Martin Pitt2017-07-181-1/+1
* networkd: Add bridge port priority setting (#5545)Dimitri John Ledkov2017-04-111-0/+78
* tests: show journal on systemd-resolved.service failures (#5297)Martin Pitt2017-02-091-1/+5
* tests: more precise negative check for dnsmasq log (#4982)Martin Pitt2016-12-261-2/+2
* resolved: correctly handle non-address RR types with /etc/hosts lookups (#4808)Martin Pitt2016-12-221-0/+55
* network: support negation in matching patterns (#4809)David Michael2016-12-071-8/+46
* Merge pull request #4228 from dm0-/coreos-1554Zbigniew Jędrzejewski-Szmek2016-12-021-47/+188
|\
| * networkd: support marking links unmanagedDavid Michael2016-12-011-0/+116
| * networkd-test: define a utility class to simplify testsDavid Michael2016-12-011-47/+72
* | python: use raw strings for regexp patternsZbigniew Jędrzejewski-Szmek2016-12-011-12/+12
* | python: adjust imports, indentation, unused variables following pylint adviceZbigniew Jędrzejewski-Szmek2016-12-011-2/+2
* | test: retry checking for transient hostname in hostnamectl (#4769)Martin Pitt2016-11-301-2/+11
|/
* test: make transient hostname tests fail verbosely (#4754)Martin Pitt2016-11-281-12/+37
* networkd: allow networkd to set the timezone in timedatedMartin Pitt2016-11-231-2/+30
* tests: check transient hostname with and without static hostnameMartin Pitt2016-11-211-2/+30
* hostnamed: allow networkd to set the transient hostnameMartin Pitt2016-11-201-4/+22
* test: clean up "dummy0" interface after each test case in networkd-test.pyMartin Pitt2016-11-201-0/+2
* resolved: don't query domain-limited DNS servers for other domains (#3621)Martin Pitt2016-09-301-1/+109
* networkd: support drop-in directories for .network filesJean-Sébastien Bour2016-09-161-0/+30
* networkd-test: add a helper function to always clean up temporary config filesZbigniew Jędrzejewski-Szmek2016-09-161-30/+24
* test: check resolved generated resolv.conf in networkd-test (#3628)Martin Pitt2016-06-301-43/+32
* resolved: add test for route-only domain filtering (#3609)Martin Pitt2016-06-281-0/+31
* networkd: rename IPv6AcceptRouterAdvertisements to IPv6AcceptRALennart Poettering2016-06-071-2/+2
* resolved: fix comments in resolve.conf for search domain overflows (#3422)Martin Pitt2016-06-031-0/+71
* tests: document requirements of networkd integration tests (#3125)Martin Pitt2016-04-261-1/+6
* tests: add networkd integration testMartin Pitt2015-11-271-0/+371