diff options
| author | Steve Kemp <steve@steve.org.uk> | 2012-11-13 17:29:13 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2012-11-13 17:29:13 +0000 | 
| commit | 1c288bba01642e72eb87b25da4366bcc69bafb2e (patch) | |
| tree | 97c6e1fedf5b58d12905f3ae6a42484bf5c2e4e4 | |
| parent | 6d371f7b747739f0655b4e161505fa7a250d18a2 (diff) | |
  Updated to be explicit about names.
| -rw-r--r-- | README | 7 | 
1 files changed, 3 insertions, 4 deletions
| @@ -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. | 
