summaryrefslogtreecommitdiff
path: root/qa/qa/scenario/test/integration/ldap_no_tls.rb
blob: bbf4c847f334b90cf4d86882da5332897e408e98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# frozen_string_literal: true

module QA
  module Scenario
    module Test
      module Integration
        class LDAPNoTLS < Test::Instance::All
          tags :ldap_no_tls
        end
      end
    end
  end
end