summaryrefslogtreecommitdiff
path: root/yarns.webapp/900-implementations.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns.webapp/900-implementations.yarn')
-rw-r--r--yarns.webapp/900-implementations.yarn13
1 files changed, 13 insertions, 0 deletions
diff --git a/yarns.webapp/900-implementations.yarn b/yarns.webapp/900-implementations.yarn
index 54a82a4..455a993 100644
--- a/yarns.webapp/900-implementations.yarn
+++ b/yarns.webapp/900-implementations.yarn
@@ -406,6 +406,19 @@ Some responses are just plain text, so we match them with a regexp.
grep "$MATCH_1" "$DATADIR/response.body"
+Running the "remove old jobs" helper program
+--------------------------------------------
+
+Lorry Controller comes with a helper program to remove old jobs from
+STATEDB. Tests need to be able to run it.
+
+ IMPLEMENTS WHEN admin removes old jobs at (\d+)
+ "$SRCDIR/lorry-controller-remove-old-jobs" \
+ --log "$DATADIR/remove-old-jobs.log" \
+ --webapp-host=127.0.0.1 \
+ --webapp-port="$(cat "$DATADIR/webapp.port")" \
+ --debug-now="$MATCH_1"
+
Status web page
---------------