index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
test-network: skip test_match if alternative name is not supported by kernel
Yu Watanabe
2022-11-10
1
-0
/
+1
*
test: add trivial test for systemd-dissect --mtree
Lennart Poettering
2022-11-09
1
-0
/
+1
*
test: extend TEST-50-DISSECT for systemd-dissect --list and --with
Lennart Poettering
2022-11-09
2
-1
/
+9
*
test: adjust systemd-mount's tests based on recent coverage reports
Frantisek Sumsal
2022-11-08
1
-5
/
+16
*
test: install realpath into the test images
Frantisek Sumsal
2022-11-08
1
-0
/
+1
*
test: fix a race in the systemd-mount test
Frantisek Sumsal
2022-11-08
1
-2
/
+2
*
Merge pull request #25286 from mrc0mmand/systemd-mount-test-fix
Luca Boccassi
2022-11-07
1
-3
/
+12
|
\
|
*
test: replace tmpfs with vfat when testing --owner=
Frantisek Sumsal
2022-11-07
1
-3
/
+12
*
|
Merge pull request #25279 from mrc0mmand/firstboot-test-fixes
Frantisek Sumsal
2022-11-07
2
-20
/
+58
|
\
\
|
|
/
|
/
|
|
*
test: cover some interactive/error paths in firstboot
Frantisek Sumsal
2022-11-07
1
-1
/
+29
|
*
test: fix keymaps installation on Arch
Frantisek Sumsal
2022-11-07
1
-12
/
+13
|
*
test: fix locale installation when locale-gen is used
Frantisek Sumsal
2022-11-07
1
-7
/
+12
|
*
test: don't ignore non-existent paths in inst_recursive()
Frantisek Sumsal
2022-11-07
1
-0
/
+4
*
|
Merge pull request #25277 from mrc0mmand/also-coverage
Yu Watanabe
2022-11-07
2
-4
/
+119
|
\
\
|
*
|
test: add coverage for systemd-mount
Frantisek Sumsal
2022-11-07
1
-0
/
+116
|
*
|
test: re-enable skipped systemd-firstboot --locale-messages= test
Frantisek Sumsal
2022-11-04
1
-4
/
+3
|
|
/
*
|
Merge pull request #25107 from lucab/ups/sysusers-gid-check-username
Luca Boccassi
2022-11-06
4
-0
/
+8
|
\
\
|
*
|
test-sysusers: check group creation with matching user entry
Luca BRUNO
2022-11-03
4
-0
/
+8
*
|
|
test: fstab-generator: adjust PATH for fsck
Christian Göttsche
2022-11-04
1
-0
/
+3
*
|
|
Merge pull request #25257 from fbuihuu/fix-test-execute-on-opensuse
Luca Boccassi
2022-11-04
9
-23
/
+19
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
tests: minor simplification in test-execute
Franck Bui
2022-11-04
9
-15
/
+15
|
*
|
tests: make test-execute pass on openSUSE
Franck Bui
2022-11-04
4
-8
/
+4
|
|
/
*
|
test: introduce sanity coverage for auxiliary utils
Frantisek Sumsal
2022-11-03
8
-0
/
+295
*
|
test: cover a couple of previously missed analyze code paths
Frantisek Sumsal
2022-11-03
1
-0
/
+11
*
|
test: cover legacy/deprecated systemd-analyze verbs
Frantisek Sumsal
2022-11-03
1
-1
/
+12
|
/
*
test: add a sanity coverage for systemd-analyze verbs
Frantisek Sumsal
2022-11-02
1
-0
/
+108
*
test: further extend systemctl's sanity coverage
Frantisek Sumsal
2022-11-02
1
-1
/
+60
*
Merge pull request #25229 from mrc0mmand/extend-coverage
Yu Watanabe
2022-11-02
6
-9
/
+287
|
\
|
*
test: add a couple of sanity tests for systemctl
Frantisek Sumsal
2022-11-01
1
-7
/
+202
|
*
test: rename TEST-26-SETENV to TEST-26-SYSTEMCTL
Frantisek Sumsal
2022-11-01
3
-2
/
+2
|
*
test: add a couple of sanity tests for loginctl
Frantisek Sumsal
2022-11-01
1
-0
/
+45
|
*
test: add a couple of sanity tests for journalctl
Frantisek Sumsal
2022-10-31
1
-0
/
+38
*
|
test-network: wait for bound interface to be processed by udevd
Yu Watanabe
2022-11-02
1
-0
/
+1
*
|
Merge pull request #25192 from yuwata/wait-online-altname
Luca Boccassi
2022-11-01
2
-26
/
+17
|
\
\
|
*
|
test-network: explicitly prepare default.link
Yu Watanabe
2022-11-01
2
-20
/
+6
|
*
|
test-network: resolve interface name from alternative name
Yu Watanabe
2022-11-01
1
-4
/
+10
|
*
|
test-network: fix use of undeclared variable
Yu Watanabe
2022-11-01
1
-1
/
+0
|
*
|
test-network: make link_exists() support alternative names
Yu Watanabe
2022-11-01
1
-1
/
+1
*
|
|
test-network: add a testcase that all bound interfaces removed
Yu Watanabe
2022-11-01
1
-25
/
+49
|
/
/
*
|
test: add +x to assert.sh
Luca Boccassi
2022-10-31
1
-0
/
+0
*
|
Merge pull request #25143 from yuwata/network-reconfigure-interface-when-renamed
Luca Boccassi
2022-10-31
7
-0
/
+96
|
\
\
|
*
|
test-network: add testcase for reconfiguring interface
Yu Watanabe
2022-10-31
7
-0
/
+96
*
|
|
Merge pull request #24958 from Werkov/meson-generated-directives
Luca Boccassi
2022-10-31
14
-2179
/
+88
|
\
\
\
|
*
|
|
meson: Generate fuzzer inputs with directives
Michal Koutný
2022-10-20
14
-2175
/
+74
|
*
|
|
meson: Store fuzz tests in structured way
Michal Koutný
2022-10-11
1
-6
/
+16
*
|
|
|
Merge pull request #25166 from yuwata/network-router-preference
Luca Boccassi
2022-10-31
8
-0
/
+140
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
test-network: add testcase for router preference
Yu Watanabe
2022-10-28
8
-0
/
+140
|
|
|
/
|
|
/
|
*
|
|
test-network: suppress a couple of minor pylint complaints
Frantisek Sumsal
2022-10-30
1
-1
/
+3
*
|
|
test-network: sort standard imports before "third-party" ones
Frantisek Sumsal
2022-10-30
1
-1
/
+2
*
|
|
test-network: drop a couple of useless f-strings
Frantisek Sumsal
2022-10-30
1
-3
/
+3
[next]