summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-10-26 15:59:49 +0000
committerStan Hu <stanhu@gmail.com>2018-10-26 15:59:49 +0000
commit1815aa561ac1428cd183a8dc5c662299f9fd19e2 (patch)
tree4f09dedcff41772da1709feb6323e8d4195b1979 /qa/qa.rb
parentb77ef97b347627a4063500c03b5eac12478d0c4a (diff)
parent83d64ed40c95c912c5d4c0f6e7d3d23bf7489053 (diff)
downloadgitlab-ce-1815aa561ac1428cd183a8dc5c662299f9fd19e2.tar.gz
Merge branch 'qa-59-ldap-ssl-scenario' into 'master'
E2E Test - LDAP login with SSL Closes gitlab-qa#59 See merge request gitlab-org/gitlab-ce!22574
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index f760dd972a7..968687dab67 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -99,7 +99,8 @@ module QA
module Integration
autoload :Github, 'qa/scenario/test/integration/github'
- autoload :LDAP, 'qa/scenario/test/integration/ldap'
+ autoload :LDAPNoTLS, 'qa/scenario/test/integration/ldap_no_tls'
+ autoload :LDAPTLS, 'qa/scenario/test/integration/ldap_tls'
autoload :InstanceSAML, 'qa/scenario/test/integration/instance_saml'
autoload :Kubernetes, 'qa/scenario/test/integration/kubernetes'
autoload :Mattermost, 'qa/scenario/test/integration/mattermost'