summaryrefslogtreecommitdiff
path: root/yarns/200-version.yarn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-30 17:24:27 +0300
committerLars Wirzenius <liw@liw.fi>2018-06-10 19:44:48 +0300
commitfd3fd66a1db8925e5a9a3d34acdd213f49378877 (patch)
tree5246b011f1cd035417fbca0a361b78fc630b2317 /yarns/200-version.yarn
parent9759c2b51a1250aa345c21b7cc6b793f4965ac2d (diff)
downloadick2-fd3fd66a1db8925e5a9a3d34acdd213f49378877.tar.gz
Add: notification service
Diffstat (limited to 'yarns/200-version.yarn')
-rw-r--r--yarns/200-version.yarn2
1 files changed, 2 insertions, 0 deletions
diff --git a/yarns/200-version.yarn b/yarns/200-version.yarn
index 8d8078d..710a57a 100644
--- a/yarns/200-version.yarn
+++ b/yarns/200-version.yarn
@@ -28,6 +28,7 @@ The Ick controller reports is version upon request.
AND controller config uses statedir at the state directory
AND controller config uses https://blobs.example.com as artifact store
AND controller config uses https://auth.example.com as authentication
+ AND controller config uses https://notify.example.com as notify
AND a running ick controller
WHEN user makes request GET /version
@@ -35,6 +36,7 @@ The Ick controller reports is version upon request.
AND version in body matches version from setup.py
AND artifact store URL is https://blobs.example.com
AND authentication URL is https://auth.example.com
+ AND notify URL is https://notify.example.com
FINALLY stop ick controller