summaryrefslogtreecommitdiff
path: root/test/networkd-test.py
Commit message (Expand)AuthorAgeFilesLines
* test-network: stop networkd and its socketMichael Biebl2020-08-281-4/+8
* resolve: lift limits on search domains count or lengthDimitri John Ledkov2020-08-181-34/+1
* test-network: wait for addresses are not in tentative stateYu Watanabe2020-07-151-1/+1
* test-network: suppress logs in status commandYu Watanabe2020-01-071-2/+2
* test: print an error when networkctl returns an unexpected ECFrantisek Sumsal2019-07-311-1/+3
* test: use `useradd` instead of `adduser`Frantisek Sumsal2019-07-301-1/+2
* test: use newer verb to set log levelsZbigniew Jędrzejewski-Szmek2019-04-031-2/+2
* networkd-test: ignore failures of test_route_only_dns* in containersMartin Pitt2019-02-271-4/+19
* networkd-test: specify Address= with prefix lengthMartin Pitt2019-02-271-5/+5
* networkd-test: show service journal on startup failureMartin Pitt2019-02-271-11/+15
* networkd-test: fix test_dropin()Martin Pitt2019-02-211-2/+2
* networkd-test: use a complete domain name in test_route_only_dns()Martin Pitt2019-02-211-16/+16
* networkd-test: disable DNSSEC in domain-restricted DNS testMartin Pitt2019-02-211-0/+7
* resolved: bind .local domains to mDNS with DNS_SCOPE_YES, similar LLMNRLennart Poettering2018-12-211-1/+1
* networkd-test: change test_transient_hostname_with_static to use an explicit ...Lennart Poettering2018-12-071-2/+10
* networkd-test: restart hostnamed after reverting /etc/hostname tooLennart Poettering2018-12-071-0/+2
* networkd-test: add write_config()Lennart Poettering2018-12-071-6/+10
* networkd-test: set right access modes for /run/systemd/netifLennart Poettering2018-12-071-5/+10
* 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