summaryrefslogtreecommitdiff
path: root/qa/qa/scenario/test/integration/ldap_no_tls.rb
blob: 19f62b6ed80decba56510023f8d22ca21e4ef579 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# rubocop:todo Naming/FileName
# 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

# rubocop:enable Naming/FileName