summaryrefslogtreecommitdiff
path: root/test/networkd-test.py
AgeCommit message (Expand)AuthorFilesLines
2018-10-23tests: update networkd-test.py to use resolvectl instead of systemd-resolve (...Michael Biebl1-10/+10
2018-09-20Revert "resolve: enable DynamicUser= for systemd-resolved.service"Zbigniew Jędrzejewski-Szmek1-0/+1
2018-07-09test: Fix networkd test for an already running serviceMartin Pitt1-4/+34
2018-07-09test: Reset systemd-resolved.service in networkd testMartin Pitt1-2/+2
2018-07-03test: fix networkd-test.py rate limiting and dynamic userMartin Pitt1-0/+8
2018-06-14tree-wide: use proper unicode © instead of (C) where we canLennart Poettering1-1/+1
2018-05-10Networkd tests: add bridge link properties to testSusant Sahani1-0/+23
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-02-05test: sort imports and use "new" string formattingBatuhan Osman Taşkaya1-26/+25
2017-12-25separate flags from shebangbleep_blop1-1/+2
2017-11-19Add SPDX license headers to python scriptsZbigniew Jędrzejewski-Szmek1-0/+1
2017-08-30test: drop Exec* prefixes to obtain paths of executablesYu Watanabe1-1/+1
2017-07-18tests: ignore router state in networkd test (#6390)Martin Pitt1-1/+1
2017-04-11networkd: Add bridge port priority setting (#5545)Dimitri John Ledkov1-0/+78
2017-02-09tests: show journal on systemd-resolved.service failures (#5297)Martin Pitt1-1/+5
2016-12-26tests: more precise negative check for dnsmasq log (#4982)Martin Pitt1-2/+2
2016-12-22resolved: correctly handle non-address RR types with /etc/hosts lookups (#4808)Martin Pitt1-0/+55
2016-12-07network: support negation in matching patterns (#4809)David Michael1-8/+46
2016-12-02Merge pull request #4228 from dm0-/coreos-1554Zbigniew Jędrzejewski-Szmek1-47/+188
2016-12-01python: use raw strings for regexp patternsZbigniew Jędrzejewski-Szmek1-12/+12
2016-12-01python: adjust imports, indentation, unused variables following pylint adviceZbigniew Jędrzejewski-Szmek1-2/+2
2016-12-01networkd: support marking links unmanagedDavid Michael1-0/+116
2016-12-01networkd-test: define a utility class to simplify testsDavid Michael1-47/+72
2016-11-30test: retry checking for transient hostname in hostnamectl (#4769)Martin Pitt1-2/+11
2016-11-28test: make transient hostname tests fail verbosely (#4754)Martin Pitt1-12/+37
2016-11-23networkd: allow networkd to set the timezone in timedatedMartin Pitt1-2/+30
2016-11-21tests: check transient hostname with and without static hostnameMartin Pitt1-2/+30
2016-11-20hostnamed: allow networkd to set the transient hostnameMartin Pitt1-4/+22
2016-11-20test: clean up "dummy0" interface after each test case in networkd-test.pyMartin Pitt1-0/+2
2016-09-30resolved: don't query domain-limited DNS servers for other domains (#3621)Martin Pitt1-1/+109
2016-09-16networkd: support drop-in directories for .network filesJean-Sébastien Bour1-0/+30
2016-09-16networkd-test: add a helper function to always clean up temporary config filesZbigniew Jędrzejewski-Szmek1-30/+24
2016-06-30test: check resolved generated resolv.conf in networkd-test (#3628)Martin Pitt1-43/+32
2016-06-28resolved: add test for route-only domain filtering (#3609)Martin Pitt1-0/+31
2016-06-07networkd: rename IPv6AcceptRouterAdvertisements to IPv6AcceptRALennart Poettering1-2/+2
2016-06-03resolved: fix comments in resolve.conf for search domain overflows (#3422)Martin Pitt1-0/+71
2016-04-26tests: document requirements of networkd integration tests (#3125)Martin Pitt1-1/+6
2015-11-27tests: add networkd integration testMartin Pitt1-0/+371