summaryrefslogtreecommitdiff
path: root/qa/qa/scenario/test/integration/ldap_no_ssl.rb
blob: 581feb594318fd3a85190fc3c996e3de282a1a53 (plain)
1
2
3
4
5
6
7
8
9
10
11
module QA
  module Scenario
    module Test
      module Integration
        class LDAPNoSSL < Test::Instance::All
          tags :ldap_no_ssl
        end
      end
    end
  end
end