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-25 11:11:19 +0300
committerSanad Liaquat <sliaquat@gitlab.com>2018-10-25 11:11:19 +0300
commitf49034ba4962e924cac9d803a5fbe07b8057a632 (patch)
tree3e27b79da36b0e74cb7c0ef9faa487cd2cb5e37e /qa/qa.rb
parentd67be3aa20d90d48f755b6178d7ce8923f6674ed (diff)
Rename SSL to TLS
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index 437ce59eef2..a22a91f8146 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -100,8 +100,8 @@ module QA
module Integration
autoload :Github, 'qa/scenario/test/integration/github'
- autoload :LDAPNoSSL, 'qa/scenario/test/integration/ldap_no_ssl'
- autoload :LDAPSSL, 'qa/scenario/test/integration/ldap_ssl'
+ 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'