summaryrefslogtreecommitdiff
path: root/gnu/tests.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-05-13 23:39:17 +0200
committerLudovic Courtès <ludo@gnu.org>2022-05-18 22:29:54 +0200
commit9a5d68692314bebd16dbcdc0d4e4e52fa4d5812f (patch)
treef5dbc86ba6681ca689571658ad6c9187d11b482b /gnu/tests.scm
parent1f3a155548c1203480bfb7fceed82acfe9087ce1 (diff)
services: Add more description fields.
* gnu/services.scm (simple-service): Add 'description' field. * gnu/services/base.scm (udev-rules-service): Likewise. * gnu/system/install.scm (configuration-template-service-type): Likewise. * gnu/tests.scm (marionette-service-type): Likewise.
Diffstat (limited to 'gnu/tests.scm')
-rw-r--r--gnu/tests.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/tests.scm b/gnu/tests.scm
index 85f38ae8c9b..ca677d315b5 100644
--- a/gnu/tests.scm
+++ b/gnu/tests.scm
@@ -1,5 +1,5 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2016, 2017, 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org> 2;;; Copyright © 2016-2020, 2022 Ludovic Courtès <ludo@gnu.org>
3;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com> 3;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
4;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> 4;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
5;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be> 5;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
@@ -161,7 +161,10 @@
161 (service-type (name 'marionette-repl) 161 (service-type (name 'marionette-repl)
162 (extensions 162 (extensions
163 (list (service-extension shepherd-root-service-type 163 (list (service-extension shepherd-root-service-type
164 marionette-shepherd-service))))) 164 marionette-shepherd-service)))
165 (description "The @dfn{marionette} service allows a guest
166system (virtual machine) to be manipulated by the host. It is used for system
167tests.")))
165 168
166(define* (marionette-operating-system os 169(define* (marionette-operating-system os
167 #:key 170 #:key