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