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
commitc05898a25c98f8786410d75e9a32cdaf0f4cd61f (patch)
treee0e0f51435708f3aac364d8e240a4c7e624d8650 /t
parent5deb2815734c32fde814f985c731417ddba3f759 (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"
}