summaryrefslogtreecommitdiff
path: root/qa/qa/scenario/test/integration/ldap_no_server.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/scenario/test/integration/ldap_no_server.rb')
-rw-r--r--qa/qa/scenario/test/integration/ldap_no_server.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/qa/qa/scenario/test/integration/ldap_no_server.rb b/qa/qa/scenario/test/integration/ldap_no_server.rb
new file mode 100644
index 00000000000..be71fc0ef6d
--- /dev/null
+++ b/qa/qa/scenario/test/integration/ldap_no_server.rb
@@ -0,0 +1,13 @@
+# frozen_string_literal: true
+
+module QA
+ module Scenario
+ module Test
+ module Integration
+ class LDAPNoServer < Test::Instance::All
+ tags :ldap_no_server
+ end
+ end
+ end
+ end
+end