projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3adac70
)
tests: install dmi-sysfs module on openSUSE
author
Franck Bui
<fbui@suse.com>
Fri, 11 Nov 2022 17:34:06 +0000
(18:34 +0100)
committer
Franck Bui
<fbui@suse.com>
Tue, 15 Nov 2022 09:46:47 +0000
(10:46 +0100)
Required by TEST-54-CREDS.
test/test-functions
patch
|
blob
|
history
diff --git
a/test/test-functions
b/test/test-functions
index 82516dd6e61c60585069e6fb61129c4303aac4ae..9f6bfb21df2ac41b1ffc23b2e5477e33398688da 100644
(file)
--- a/
test/test-functions
+++ b/
test/test-functions
@@
-955,6
+955,8
@@
install_modules() {
if get_bool "$LOOKS_LIKE_SUSE"; then
instmods ext4
+ # for TEST-54-CREDS
+ instmods dmi-sysfs
fi
}