summaryrefslogtreecommitdiff
path: root/qa/qa/scenario/test/integration/ldap_tls.rb
blob: 2a767e57bc696f37c3f35da1cf0ebd94d4f1c7da (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 LDAPTLS < Test::Instance::All
          tags :ldap_tls
        end
      end
    end
  end
end