Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorSanad Liaquat <sliaquat@gitlab.com>2018-10-24 11:45:09 +0300
committerSanad Liaquat <sliaquat@gitlab.com>2018-10-24 11:45:09 +0300
commit38a6ecbe3ef69273dd05d79947c5422f76aa21e4 (patch)
treee00c844e6f68081c304b070767651cbd48b359b6 /qa/qa.rb
parent76dadad6e51d49dd946d526cab5b8bf0133052bc (diff)
Added ldap_ssl tag to existing test
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index 36a37dbb270..1d85b2c96e7 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -101,6 +101,7 @@ module QA
module Integration
autoload :Github, 'qa/scenario/test/integration/github'
autoload :LDAP, 'qa/scenario/test/integration/ldap'
+ autoload :LDAPSSL, 'qa/scenario/test/integration/ldap_ssl'
autoload :InstanceSAML, 'qa/scenario/test/integration/instance_saml'
autoload :Kubernetes, 'qa/scenario/test/integration/kubernetes'
autoload :Mattermost, 'qa/scenario/test/integration/mattermost'