aboutsummaryrefslogtreecommitdiff
path: root/tests/system.scm
diff options
context:
space:
mode:
authorMathieu Othacehe <m.othacehe@gmail.com>2018-12-08 23:32:23 +0900
committerLudovic Courtès <ludo@gnu.org>2019-01-17 14:04:26 +0100
commit8ae7044f1d6a8c6a8a91ae6c032030e1affc9772 (patch)
tree4cd67debbbd2c8d8411ad88c7d57ac4d1b2ca40b /tests/system.scm
parentdf3664f1ec9a8b3c59c0e61f197798c2dda986e3 (diff)
downloadguix-8ae7044f1d6a8c6a8a91ae6c032030e1affc9772.tar.gz
guix-8ae7044f1d6a8c6a8a91ae6c032030e1affc9772.zip
file-systems: Add read-luks-partition-uuid.
Add a specific procedure to read luks partition uuid. * gnu/build/file-systems.scm (luks-partition-field-reader): New procedure ... (luks-partition-uuid-predicate): ... used here, (read-luks-partition-uuid): new exported procedure.
Diffstat (limited to 'tests/system.scm')
0 files changed, 0 insertions, 0 deletions
u/tests/telephony.scm (run-jami-test): Likewise. * gnu/tests/version-control.scm (run-cgit-test): Likewise. (run-git-http-test, run-gitolite-test, run-gitile-test): Likewise. * gnu/tests/virtualization.scm (run-libvirt-test, run-childhurd-test): Likewise. * gnu/tests/web.scm (run-webserver-test, run-php-fpm-test) (run-hpcguix-web-server-test, run-tailon-test, run-patchwork-test): Likewise. Ludovic Courtès 2020-11-06tests: mpd: Remove race condition; use default MPD configuration....* gnu/tests/audio.scm (%mpd-os): Use the default 'mpd-configuration'. (run-mpd-test)[test]("mpd listening"): New test. ("mpc connect"): Use 'system*' and 'test-equal'. Ludovic Courtès