summaryrefslogtreecommitdiff
path: root/yarns/150-pipelines.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/150-pipelines.yarn')
-rw-r--r--yarns/150-pipelines.yarn9
1 files changed, 2 insertions, 7 deletions
diff --git a/yarns/150-pipelines.yarn b/yarns/150-pipelines.yarn
index d828935..6a303eb 100644
--- a/yarns/150-pipelines.yarn
+++ b/yarns/150-pipelines.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
@@ -58,17 +58,12 @@ First we test the controller API for managing pipelines, without
running them. We start by starting an instance of the controller.
SCENARIO managing pipelines
- 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_pipelines_get
... uapi_pipelines_post
... uapi_pipelines_id_get
... uapi_pipelines_id_put
... uapi_pipelines_id_delete
- 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 /pipelines