summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* meson: call find_program() once and reuse the variable everywhereZbigniew Jędrzejewski-Szmek2021-05-142-11/+7
* Merge pull request #19533 from yuwata/network-queueZbigniew Jędrzejewski-Szmek2021-05-121-6/+6
|\
| * test-network: wait for the interfaces are configured after reloading .network...Yu Watanabe2021-05-121-0/+4
| * test-network: wait for the intreface is configured if it is expectedYu Watanabe2021-05-121-6/+2
* | test-efi-create-disk: support /boot/efiZbigniew Jędrzejewski-Szmek2021-05-101-2/+5
* | test-efi-create-disk: shellcheckifyZbigniew Jędrzejewski-Szmek2021-05-101-16/+15
|/
* networkd: correct batman-adv setting name (GatewayBandwidth) (#19539)Jörg Deckert2021-05-083-4/+6
* rfc3046 implementationYegor Alexeyev2021-05-083-1/+4
* test: fix partition check in TEST-58-REPARTFrantisek Sumsal2021-05-071-2/+2
* Merge pull request #19391 from poettering/dissect-growZbigniew Jędrzejewski-Szmek2021-05-071-2/+2
|\
| * dissect: show growfs flag in systemd-dissect table outputLennart Poettering2021-04-231-2/+2
* | test: drop default ACL from $TESTDIRYu Watanabe2021-05-061-1/+7
* | test: increase image size when static library or standalone binaries are inst...Yu Watanabe2021-05-061-0/+6
* | sd-device: do no allocate strings of unknown length on the stackZbigniew Jędrzejewski-Szmek2021-05-051-0/+4
* | core: fix crash in BPFProgram parsingZbigniew Jędrzejewski-Szmek2021-05-051-0/+0
* | core: fix crash in parsing of SocketBind{Allow,Deny}=Zbigniew Jędrzejewski-Szmek2021-05-051-0/+0
* | Merge pull request #19453 from keszybz/consider-instance-aliasesZbigniew Jędrzejewski-Szmek2021-05-052-18/+43
|\ \
| * | TEST-15: add test for template aliasesZbigniew Jędrzejewski-Szmek2021-05-041-0/+27
| * | TEST-15: add forgotten file cleanupZbigniew Jędrzejewski-Szmek2021-05-041-1/+1
| * | TEST-15: use ${:?} and shorten things a bitZbigniew Jędrzejewski-Szmek2021-05-041-10/+5
| * | test: properly catch tests error with no /testok or empty /failedZbigniew Jędrzejewski-Szmek2021-05-041-7/+10
* | | tests: use "H" as the hostnameZbigniew Jędrzejewski-Szmek2021-05-052-6/+6
* | | core: apply LogLevelMax to messages about unitsRyan Hendrickson2021-05-032-0/+11
* | | Merge pull request #19487 from mrc0mmand/test-all-services-in-TEST-01Yu Watanabe2021-05-032-6/+13
|\ \ \
| * | | test: explicitly pull resolved/networkd in TEST-01-BASICFrantisek Sumsal2021-04-301-0/+1
| * | | test: don't mask "supporting" services in TEST-01-BASICFrantisek Sumsal2021-04-301-6/+12
* | | | test: fix a yet another pipefail + pipe raceFrantisek Sumsal2021-05-011-2/+2
* | | | test: add a simple test for udev watchYu Watanabe2021-04-302-1/+76
* | | | test: generate debugging logs for udev testsYu Watanabe2021-04-304-1/+8
* | | | test: run udev tests after currently queued events are finishedYu Watanabe2021-04-301-0/+2
|/ / /
* | | test-network: set DNS= and NTP= for DHCP serverYu Watanabe2021-04-303-0/+9
* | | Merge pull request #19374 from yuwata/network-dhcp-routes-to-ntpLennart Poettering2021-04-284-8/+17
|\ \ \ | |/ / |/| |
| * | test-network: add tests for RoutesToNTP=Yu Watanabe2021-04-263-8/+16
| * | network: dhcp4: introduce RoutesToNTP= boolean settingYu Watanabe2021-04-261-0/+1
* | | hwdb-test: pass an explit path to systemd-hwdbZbigniew Jędrzejewski-Szmek2021-04-282-16/+3
* | | Add support for conditions on the machines firmwareUwe Kleine-König2021-04-283-0/+3
* | | fuzz: add SocketBind{Allow|Deny}= directiveJulia Kartseva2021-04-276-0/+12
* | | 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