Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
38a6ecbe
Commit
38a6ecbe
authored
Oct 24, 2018
by
Sanad Liaquat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added ldap_ssl tag to existing test
parent
76dadad6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletion
+13
-1
qa/qa.rb
qa/qa.rb
+1
-0
qa/qa/scenario/test/integration/ldap_ssl.rb
qa/qa/scenario/test/integration/ldap_ssl.rb
+11
-0
qa/qa/specs/features/browser_ui/1_manage/login/log_into_gitlab_via_ldap_spec.rb
...rowser_ui/1_manage/login/log_into_gitlab_via_ldap_spec.rb
+1
-1
No files found.
qa/qa.rb
View file @
38a6ecbe
...
@@ -101,6 +101,7 @@ module QA
...
@@ -101,6 +101,7 @@ module QA
module
Integration
module
Integration
autoload
:Github
,
'qa/scenario/test/integration/github'
autoload
:Github
,
'qa/scenario/test/integration/github'
autoload
:LDAP
,
'qa/scenario/test/integration/ldap'
autoload
:LDAP
,
'qa/scenario/test/integration/ldap'
autoload
:LDAPSSL
,
'qa/scenario/test/integration/ldap_ssl'
autoload
:InstanceSAML
,
'qa/scenario/test/integration/instance_saml'
autoload
:InstanceSAML
,
'qa/scenario/test/integration/instance_saml'
autoload
:Kubernetes
,
'qa/scenario/test/integration/kubernetes'
autoload
:Kubernetes
,
'qa/scenario/test/integration/kubernetes'
autoload
:Mattermost
,
'qa/scenario/test/integration/mattermost'
autoload
:Mattermost
,
'qa/scenario/test/integration/mattermost'
...
...
qa/qa/scenario/test/integration/ldap_ssl.rb
0 → 100644
View file @
38a6ecbe
module
QA
module
Scenario
module
Test
module
Integration
class
LDAPSSL
<
Test
::
Instance
::
All
tags
:ldap_ssl
end
end
end
end
end
qa/qa/specs/features/browser_ui/1_manage/login/log_into_gitlab_via_ldap_spec.rb
View file @
38a6ecbe
# frozen_string_literal: true
# frozen_string_literal: true
module
QA
module
QA
context
'Manage'
,
:orchestrated
,
:ldap
do
context
'Manage'
,
:orchestrated
,
:ldap
,
:ldap_ssl
do
describe
'LDAP login'
do
describe
'LDAP login'
do
it
'user logs into GitLab using LDAP credentials'
do
it
'user logs into GitLab using LDAP credentials'
do
Runtime
::
Browser
.
visit
(
:gitlab
,
Page
::
Main
::
Login
)
Runtime
::
Browser
.
visit
(
:gitlab
,
Page
::
Main
::
Login
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment