summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-13 17:29:13 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-13 17:29:13 +0000
commit1c288bba01642e72eb87b25da4366bcc69bafb2e (patch)
tree97c6e1fedf5b58d12905f3ae6a42484bf5c2e4e4 /README
parent6d371f7b747739f0655b4e161505fa7a250d18a2 (diff)
Updated to be explicit about names.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index bb54a1e..fcd938c 100644
--- a/README
+++ b/README
@@ -85,7 +85,7 @@ http://acerecords.co.uk/ must run http with content 'Ace Records' otherwise '*Ma
If we restrict ourself to saying that every test must be named by the service that is
under test then we can generalize them. This means we'll invoke the ftp-handler for
-
+
foo.vm must run ftp otherwise 'alert text'.
The bar-handler for the line:
@@ -113,9 +113,8 @@ Behaviour
There are two parts to our system:
-
- a. Parser.
- b. Worker.
+ a. Parser: ./bin/custodian-enqueue
+ b. Worker: ./bin/custodian-dequeue
The parser will read the named configuration file(s), parse them, and submit
to our queue a JSON-encoded piece of data for each test we must run.