enable user_ldap app for tests

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2017-01-20 10:10:37 +01:00
parent 31a0821863
commit 08b31fcb7d
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
2 changed files with 2 additions and 1 deletions

View File

@ -417,6 +417,7 @@ pipeline:
image: nextcloudci/integration-php7.0:integration-php7.0-3 image: nextcloudci/integration-php7.0:integration-php7.0-3
commands: commands:
- ./occ maintenance:install --admin-pass=admin - ./occ maintenance:install --admin-pass=admin
- ./occ app:enable user_ldap
- cd build/integration - cd build/integration
- ./run.sh ldap_features/ldap-ocs.feature - ./run.sh ldap_features/ldap-ocs.feature
when: when:

View File

@ -39,7 +39,7 @@ Feature: LDAP
Then the OCS status code should be "400" Then the OCS status code should be "400"
And the HTTP status code should be "400" And the HTTP status code should be "400"
Scenario: Modiying a non-existing configuration Scenario: Modifying a non-existing configuration
Given As an "admin" Given As an "admin"
When sending "PUT" to "/apps/user_ldap/api/v1/config/s666" with When sending "PUT" to "/apps/user_ldap/api/v1/config/s666" with
| key | ldapHost | | key | ldapHost |