From 57c5674c991e9fe4380a2c77e33830c69947a762 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Mon, 31 Dec 2012 09:53:11 +0000 Subject: Added trivial redis tests. --- t/test-custodian-parser.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 't/test-custodian-parser.rb') 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" } -- cgit v1.2.1