diff options
author | James F. Carter <james.carter@bytemark.co.uk> | 2016-04-21 16:52:15 +0100 |
---|---|---|
committer | James F. Carter <james.carter@bytemark.co.uk> | 2016-04-21 16:52:15 +0100 |
commit | fd026c723145db12a88c91125efa37a02e211da4 (patch) | |
tree | f8b7942b27d917f603cf813dd6cf3c95ace7f2b4 /t | |
parent | 0197e6c3e33ae5870436107cdb63fe56f9f45484 (diff) |
added tftp protocol test
Diffstat (limited to 't')
-rwxr-xr-x | t/test-custodian-testfactory.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-custodian-testfactory.rb b/t/test-custodian-testfactory.rb index f864544..fa5129f 100755 --- a/t/test-custodian-testfactory.rb +++ b/t/test-custodian-testfactory.rb @@ -266,7 +266,7 @@ class TestTestFactory < Test::Unit::TestCase # # NOTE: Skip the DNS and LDAP tests - they are more complex. # - next if tst =~ /^(ldap|dns|dnsbl|sslcertificate)$/ + next if tst =~ /^(ldap|dns|dnsbl|sslcertificate|tftp)$/ # normal test_one = "http://foo.com/.com must run #{tst} on 1234" |