summaryrefslogtreecommitdiff
path: root/yarns/200-version.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/200-version.yarn')
-rw-r--r--yarns/200-version.yarn12
1 files changed, 2 insertions, 10 deletions
diff --git a/yarns/200-version.yarn b/yarns/200-version.yarn
index 710a57a..7fceef2 100644
--- a/yarns/200-version.yarn
+++ b/yarns/200-version.yarn
@@ -1,6 +1,6 @@
<!--
-Copyright 2017-2018 Lars Wirzenius
+Copyright 2017-2019 Lars Wirzenius
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
@@ -22,21 +22,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
The Ick controller reports is version upon request.
SCENARIO checking controller version
- GIVEN an RSA key pair for token signing
- AND an access token for user with scopes
+ GIVEN an access token for user with scopes
... uapi_version_get
- 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
THEN result has status code 200
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