Merge pull request #1114 from owncloud/individual-it-patch-1

[tests-only] fix test documentation
This commit is contained in:
Phil Davis
2020-12-16 19:56:43 +05:45
committed by GitHub
+2 -8
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:
@@ -118,7 +112,7 @@ In the ownCloud 10 core clone the testing app with the following command:
git clone https://github.com/owncloud/testing apps/testing
```
Then run the api acceptance tests with the following command from the root of the oCIS repository:
Then run the api acceptance tests with the following command from the root of the ownCloud 10 core repository:
```
make test-acceptance-api \
TEST_SERVER_URL=https://localhost:9200 \