summaryrefslogtreecommitdiff
path: root/qa/qa/scenario
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2018-02-07 08:10:39 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2018-02-07 08:10:39 +0000
commit586ecbc5d3ec55858e6ee9258f59b1790c543d18 (patch)
tree798a9bb11ea6bb6c8660402cb1da4d670ddf2d0f /qa/qa/scenario
parenta08fc12348dd16f35f15b05aa2ad3ee24150e56f (diff)
parent739916748d692194c561b7ad07cd33d867079bed (diff)
downloadgitlab-ce-586ecbc5d3ec55858e6ee9258f59b1790c543d18.tar.gz
Merge branch 'sh-add-ldap-qa' into 'master'
Add QA specs for LDAP login See merge request gitlab-org/gitlab-ce!16914
Diffstat (limited to 'qa/qa/scenario')
-rw-r--r--qa/qa/scenario/test/integration/ldap.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/qa/qa/scenario/test/integration/ldap.rb b/qa/qa/scenario/test/integration/ldap.rb
new file mode 100644
index 00000000000..257ed81d9e1
--- /dev/null
+++ b/qa/qa/scenario/test/integration/ldap.rb
@@ -0,0 +1,11 @@
+module QA
+ module Scenario
+ module Test
+ module Integration
+ class LDAP < Test::Instance
+ tags :ldap
+ end
+ end
+ end
+ end
+end