integration test: pages search scenario with multiple bases
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
91b30ada8e
commit
4bd3916445
2 changed files with 23 additions and 1 deletions
|
@ -1087,7 +1087,7 @@ services:
|
|||
matrix:
|
||||
TESTS: acceptance
|
||||
openldap:
|
||||
image: nextcloudci/openldap:openldap-5
|
||||
image: nextcloudci/openldap:openldap-6
|
||||
environment:
|
||||
- SLAPD_DOMAIN=nextcloud.ci
|
||||
- SLAPD_ORGANIZATION=Nextcloud
|
||||
|
|
|
@ -86,3 +86,25 @@ Feature: LDAP
|
|||
| juliana |
|
||||
| leo |
|
||||
| stigur |
|
||||
|
||||
Scenario: Fetch from second batch of all users, invoking pagination with two bases
|
||||
Given modify LDAP configuration
|
||||
| ldapBaseUsers | ou=PagingTest,dc=nextcloud,dc=ci;ou=PagingTestSecondBase,dc=nextcloud,dc=ci |
|
||||
| ldapPagingSize | 2 |
|
||||
And As an "admin"
|
||||
And sending "GET" to "/cloud/users?limit=10&offset=2"
|
||||
Then the OCS status code should be "200"
|
||||
And the "users" result should contain "5" of
|
||||
| ebba |
|
||||
| eindis |
|
||||
| fjolnir |
|
||||
| gunna |
|
||||
| juliana |
|
||||
| leo |
|
||||
| stigur |
|
||||
And the "users" result should contain "3" of
|
||||
| allisha |
|
||||
| dogukan |
|
||||
| lloyd |
|
||||
| priscilla |
|
||||
| shannah |
|
||||
|
|
Loading…
Reference in a new issue