blob: 8f843ed07de7e6454bc1c18cd5c7c0e1bc4fe2c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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.
-> 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.
|