summaryrefslogtreecommitdiff
path: root/yarns/100-projects.yarn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-06-28 08:00:28 +0300
committerLars Wirzenius <liw@liw.fi>2019-07-05 20:59:10 +0300
commit1fc41ad97411b435c512ba3a0de63929eda9c33d (patch)
tree753b342e70c5ac2bf64eb619e95f815d47588e0b /yarns/100-projects.yarn
parent1c6d50edf9041055f4804a1ba21a4fc5499bb0a9 (diff)
downloadick2-1fc41ad97411b435c512ba3a0de63929eda9c33d.tar.gz
Change: make yarns run against a remote Ick instance, not local
Diffstat (limited to 'yarns/100-projects.yarn')
-rw-r--r--yarns/100-projects.yarn9
1 files changed, 2 insertions, 7 deletions
diff --git a/yarns/100-projects.yarn b/yarns/100-projects.yarn
index b75dea4..4c5291f 100644
--- a/yarns/100-projects.yarn
+++ b/yarns/100-projects.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
@@ -46,18 +46,13 @@ First we test the controller API for managing projects, without
building them. We start by starting an instance of the controller.
SCENARIO managing projects
- 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_post
... uapi_projects_get
... uapi_projects_post
... uapi_projects_id_get
... uapi_projects_id_put
... uapi_projects_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 /projects