summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yarns/900-implements.yarn8
-rw-r--r--yarns/900-local.yarn3
-rw-r--r--yarns/900-remote.yarn3
3 files changed, 14 insertions, 0 deletions
diff --git a/yarns/900-implements.yarn b/yarns/900-implements.yarn
index 3bb694e..49c68b2 100644
--- a/yarns/900-implements.yarn
+++ b/yarns/900-implements.yarn
@@ -63,6 +63,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
vars['content_type'] = content_type
vars['body'] = body
+ IMPLEMENTS WHEN worker-manager makes request POST (/\S+) (.+)
+ assert 0
+
+ IMPLEMENTS WHEN worker-manager makes request GET (/\S+)
+ assert 0
## HTTP response inspection
@@ -85,3 +90,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
setup_py = os.path.join(srcdir, 'setup.py')
wanted = cliapp.runcmd(['python3', setup_py, '--version']).strip()
assertTrue(wanted.startswith(actual))
+
+ IMPLEMENTS THEN result has header (\S+): (\S+)
+ assert 0
diff --git a/yarns/900-local.yarn b/yarns/900-local.yarn
index 2bc4e0e..18bf056 100644
--- a/yarns/900-local.yarn
+++ b/yarns/900-local.yarn
@@ -40,6 +40,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
vars['issuer'] = 'localhost'
vars['audience'] = 'localhost'
+ IMPLEMENTS GIVEN an access token for (\S+) with scopes (.+)
+ assert 0
+
## Controller configuration
IMPLEMENTS GIVEN controller config uses (\S+) at the state directory
diff --git a/yarns/900-remote.yarn b/yarns/900-remote.yarn
index 0a28c81..2d013a6 100644
--- a/yarns/900-remote.yarn
+++ b/yarns/900-remote.yarn
@@ -37,6 +37,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
vars['issuer'] = 'localhost'
vars['audience'] = 'localhost'
+ IMPLEMENTS GIVEN an access token for (\S+) with scopes (.+)
+ assert 0
+
## Controller configuration
IMPLEMENTS GIVEN controller config uses (\S+) at the state directory