aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-03-25 21:39:10 +0000
committerChristopher Baines <mail@cbaines.net>2019-07-05 07:54:05 +0100
commit37f8ce109d6d14502aa5dbf3774f07178ffd6bc5 (patch)
tree271fa43e8ade03e326dcaac15e8c7541981a0ca4
parentf29d6d9742f34f734a9bf52fc22821da6b4ead05 (diff)
downloadguix-37f8ce109d6d14502aa5dbf3774f07178ffd6bc5.tar
guix-37f8ce109d6d14502aa5dbf3774f07178ffd6bc5.tar.gz
Add patchwork-fdo system test
-rw-r--r--gnu/tests/web.scm9
1 files changed, 8 insertions, 1 deletions
diff --git a/gnu/tests/web.scm b/gnu/tests/web.scm
index 7c1c0aa511..f541358188 100644
--- a/gnu/tests/web.scm
+++ b/gnu/tests/web.scm
@@ -50,7 +50,8 @@
%test-php-fpm
%test-hpcguix-web
%test-tailon
- %test-patchwork))
+ %test-patchwork
+ %test-patchwork-fdo))
(define %index.html-contents
;; Contents of the /index.html file.
@@ -658,3 +659,9 @@ HTTP-PORT."
(name "patchwork")
(description "Connect to a running Patchwork service.")
(value (run-patchwork-test patchwork))))
+
+(define %test-patchwork-fdo
+ (system-test
+ (name "patchwork-fdo")
+ (description "Connect to a running Patchwork FDO service.")
+ (value (run-patchwork-test patchwork-fdo))))