From 1af3f5f4f9a12e8ccd6bd398da657e5356fab91c Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Wed, 29 Jul 2015 12:17:14 +0300 Subject: Test that we can parse an RDP-test. This will ensure that it uses the correct port. --- t/test-custodian-testfactory.rb | 1 + 1 file changed, 1 insertion(+) (limited to 't/test-custodian-testfactory.rb') diff --git a/t/test-custodian-testfactory.rb b/t/test-custodian-testfactory.rb index a1cfdd9..934eb0c 100755 --- a/t/test-custodian-testfactory.rb +++ b/t/test-custodian-testfactory.rb @@ -95,6 +95,7 @@ class TestTestFactory < Test::Unit::TestCase 'foo must run ssh.' => '22', "foo must run mysql otherwise 'alert'" => '3306', "foo must run redis otherwise 'alert'" => '6379', + "foo must run rdp otherwise 'alert'" => '3389', "foo must run mysql on 33 otherwise 'alert'" => '33', } -- cgit v1.2.1