no LDAP or REDIS is needed to run tests

This commit is contained in:
Artur Neumann
2020-12-16 17:23:22 +05:45
committed by Phil Davis
parent 37514f62de
commit bd5c864557

View File

@@ -83,7 +83,7 @@ make -C tests/acceptance/docker clean
## Testing with test suite natively installed
We are using the ownCloud 10 acceptance test suite against oCIS. To set this up you need the ownCloud 10 core repo, a LDAP server that the acceptance tests can use to manage users, a redis server for file-versions and the oCIS code.
We are using the ownCloud 10 acceptance test suite against oCIS.
### Getting the tests
@@ -93,12 +93,6 @@ All you need to do to get the acceptance tests is check out the core repo:
git clone https://github.com/owncloud/core.git
```
### Run a redis server in a docker container
File versions need a redis server. Start one with docker by using:
`docker run -e REDIS_DATABASES=1 -p 6379:6379 -d webhippie/redis:latest`
### Run ocis
To start ocis: