summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-12-31 09:53:11 +0000
committerSteve Kemp <steve@steve.org.uk>2012-12-31 09:53:11 +0000
commit57c5674c991e9fe4380a2c77e33830c69947a762 (patch)
treed62bdae4c439b02256d74e74573340757bc17466 /t
parentac0cfd6f56b3b49e098ea88ff4ab4d4425053792 (diff)
Added trivial redis tests.
Diffstat (limited to 't')
-rwxr-xr-xt/test-custodian-parser.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/test-custodian-parser.rb b/t/test-custodian-parser.rb
index 9b97262..1448a1d 100755
--- a/t/test-custodian-parser.rb
+++ b/t/test-custodian-parser.rb
@@ -273,9 +273,11 @@ EOF
#
data = {
"foo must run rsync." => nil,
+ "foo must run redis." => nil,
"foo must not run ping." => nil,
"foo must not run ssh otherwise 'fail'" => "fail",
"foo must not run ssh otherwise 'fail'." => "fail",
+ "foo must run redis otherwise 'memorystorage service is dead'" => "memorystorage service is dead",
"foo must run ldap otherwise 'ldap dead?'" => "ldap dead?",
"foo must run ping otherwise 'don't you love me?'" => "don"
}