summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: reorganize the TEST-52 a bitFrantisek Sumsal2021-04-267-32/+10
* test: add a couple of hooks for the check_result_*() functionsFrantisek Sumsal2021-04-261-0/+16
* test: "detect" the test number automagicallyFrantisek Sumsal2021-04-2654-56/+67
* Merge pull request #19383 from keszybz/test58-fixesFrantisek Sumsal2021-04-267-92/+100
|\
| * TEST-58: exit immediately if systemd-repart is not availableZbigniew Jędrzejewski-Szmek2021-04-231-0/+5
| * TEST-58: only run under qemuZbigniew Jędrzejewski-Szmek2021-04-231-0/+1
| * test: move the logic to support /skipped into shared logicZbigniew Jędrzejewski-Szmek2021-04-234-76/+52
| * TEST-58: remove stale artifacts to not fail on repeated invocationsZbigniew Jędrzejewski-Szmek2021-04-231-2/+3
| * tests: install mkfs.ext4, mkfs.vfat and modules into the test imageZbigniew Jędrzejewski-Szmek2021-04-231-3/+18
| * TEST-58: adjust whitespace and enable pipefailZbigniew Jędrzejewski-Szmek2021-04-231-9/+19
| * TEST-58: execute the right testZbigniew Jędrzejewski-Szmek2021-04-232-2/+2
* | Merge pull request #19286 from yuwata/network-dhcp-routes-to-dns-19077Zbigniew Jędrzejewski-Szmek2021-04-261-32/+45
|\ \
| * | test-network: update tests for DHCP routesYu Watanabe2021-04-231-32/+45
* | | test: use systemd-run -P instead of -t in TEST-50Lennart Poettering2021-04-231-21/+21
* | | tests: use setfacl to give $SUDO_USER read permissions on artifactsZbigniew Jędrzejewski-Szmek2021-04-231-0/+6
| |/ |/|
* | test: configure swap for TEST-55-OOMDFrantisek Sumsal2021-04-232-4/+15
|/
* test: add a test to cover restarting services in reloading statePeter Morrow2021-04-224-0/+106
* network: make IAID and DUID for DHCPv6 configurable explicitlyYu Watanabe2021-04-211-0/+3
* test-network: update test for RouteMetric=Yu Watanabe2021-04-211-23/+25
* network: radv: add RouteMetric= setting in [IPv6Prefix]Yu Watanabe2021-04-211-0/+1
* network: dhcp6-pd: add RouteMetric= setting in [DHCPv6PrefixDelegation]Yu Watanabe2021-04-211-0/+1
* network: move RouteMetric= from [DHCPv6] to [IPv6AcceptRA]Yu Watanabe2021-04-211-0/+1
* network: add RouteMetric= setting in [Address] sectionYu Watanabe2021-04-211-0/+1
* ci: drop test/TEST-50-DISSECT/deny-list-ubuntu-ciLennart Poettering2021-04-201-2/+0
* relay role implementationYegor Alexeyev2021-04-208-0/+83
* test: make the test entrypoint scripts shellcheck-compliantFrantisek Sumsal2021-04-2053-152/+311
* test: add test for new repart featuresLennart Poettering2021-04-194-0/+85
* test: rewrite kernel module handlingFrantisek Sumsal2021-04-161-165/+85
* test: use arrays when applicableFrantisek Sumsal2021-04-161-62/+87
* test: avoid using pipes in certain casesFrantisek Sumsal2021-04-161-6/+6
* test: use set -o pipefailFrantisek Sumsal2021-04-161-34/+47
* test: shell code cleanupFrantisek Sumsal2021-04-161-477/+552
* test: use systemd-run --wait in TEST-44-LOG-NAMESPACELuca Boccassi2021-04-151-1/+1
* Merge pull request #19266 from mrc0mmand/testsuite-shellcheckZbigniew Jędrzejewski-Szmek2021-04-1459-503/+520
|\
| * test: bunch of assorted tweaks to make shellcheck happyFrantisek Sumsal2021-04-1312-54/+66
| * test: use arrays to make things a bit cleanerFrantisek Sumsal2021-04-131-46/+35
| * test: replace the obsolete `` syntax with $()Frantisek Sumsal2021-04-133-20/+20
| * test: use an explicit no-op for file truncationFrantisek Sumsal2021-04-135-6/+6
| * test: tidy up arithmetic expressionsFrantisek Sumsal2021-04-132-6/+6
| * test: use quotes where necessaryFrantisek Sumsal2021-04-1320-293/+305
| * test: use set -eux and set -o pipefail everywhereFrantisek Sumsal2021-04-1357-84/+88
* | test-network: test waiting for address familyLetzteInstanz2021-04-146-1/+72
* | network: save IPv4/IPv6 address states into state fileLetzteInstanz2021-04-142-0/+2
* | dhcp: Implemented BindToInterface= configuration optionYegor Alexeyev2021-04-141-0/+1
|/
* Merge pull request #13496 from wat-ze-hex/custom-bpf-progs-parameterized-3Zbigniew Jędrzejewski-Szmek2021-04-126-0/+6
|\
| * fuzz: add BPFProgram= to directivesJulia Kartseva2021-04-096-0/+6
* | Merge pull request #19164 from mmatsuya/mainYu Watanabe2021-04-111-0/+141
|\ \ | |/ |/|
| * TEST-22-TMPFILES: add reproducer for bug with XZbigniew Jędrzejewski-Szmek2021-04-081-0/+141
* | Merge pull request #19248 from keszybz/make-tests-testZbigniew Jędrzejewski-Szmek2021-04-0953-396/+427
|\ \
| * | TEST-17: make the test testZbigniew Jędrzejewski-Szmek2021-04-081-33/+24