aboutsummaryrefslogtreecommitdiffstats
path: root/build/integration/ldap_features
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2018-03-15 18:39:27 +0100
committerArthur Schiwon <blizzz@arthur-schiwon.de>2018-08-09 23:45:04 +0200
commit86d145f0692df7b6d5883c6caa88c19b7d725161 (patch)
tree51b5ea121fe4d619337870c8ea2453761f615ff1 /build/integration/ldap_features
parentf630b12fc78c2201504fc14a2b8dec2c610655b2 (diff)
downloadnextcloud-server-86d145f0692df7b6d5883c6caa88c19b7d725161.tar.gz
nextcloud-server-86d145f0692df7b6d5883c6caa88c19b7d725161.zip
behat integration tests for LDAP, basic setup
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'build/integration/ldap_features')
-rw-r--r--build/integration/ldap_features/ldap-openldap.feature10
1 files changed, 10 insertions, 0 deletions
diff --git a/build/integration/ldap_features/ldap-openldap.feature b/build/integration/ldap_features/ldap-openldap.feature
new file mode 100644
index 00000000000..e52ab600aec
--- /dev/null
+++ b/build/integration/ldap_features/ldap-openldap.feature
@@ -0,0 +1,10 @@
+Feature: LDAP
+ Background:
+ Given using api version "2"
+
+ Scenario: Test valid configuration by logging in
+ Given having a valid LDAP configuration
+ When Logging in using web as "alice"
+ #When As an "alice"
+ And sending "GET" to "/cloud/user"
+ Then the HTTP status code should be "200"