diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-21 21:20:49 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-21 21:20:49 +0000 |
commit | 439e40147fcf353ec9650cb9102c1c1bb914e81c (patch) | |
tree | 3b9d7d28e84e015d3cf76a6420ef18406706eefa | |
parent | 5c95de2c2a18af41a9f0279362a90dde26d70f56 (diff) |
Updated TODO
-rw-r--r-- | TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,9 +3,10 @@ Don't use beanstalk client directly, subclass custodian/queue, or similar to allow us to swap out the queue and stub it for testing. Use a class factory to instantiate tests on the worker-side. - -Use either a proper grammer, or use the protocol-tests when parsing. +-> This is in-progress. Test it with: + ./bin/custodian-parse-execute "kvm1.vm must run smtp." Rewrite rsync/ssh/ftp, etc, as a subclass of tcp.rb +-> This is in-progress. The HTTP/HTTPS-probe should be pure Ruby. Patrick will give me a stub. |