From 1c288bba01642e72eb87b25da4366bcc69bafb2e Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Tue, 13 Nov 2012 17:29:13 +0000 Subject: Updated to be explicit about names. --- README | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'README') 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. -- cgit v1.2.1