From eedc0e541bba59961632d82d519172ba451273eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Wed, 22 Jan 2025 15:24:30 +0100 Subject: [PATCH] tests readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- tests/README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/tests/README.md b/tests/README.md index 1751506e5d..1ef828f3f0 100644 --- a/tests/README.md +++ b/tests/README.md @@ -251,7 +251,7 @@ If you want to work on a specific issue ```bash make test-acceptance-api \ TEST_SERVER_URL=https://localhost:9200 \ - STORAGE_DRIVER=OCIS \ + STORAGE_DRIVER=ocis \ BEHAT_FEATURE='tests/acceptance/features/coreApiVersions/fileVersions.feature:141' ``` @@ -367,8 +367,7 @@ docker run -d -p 127.0.0.1:9998:9998 apache/tika ### Run OpenCloud -TODO: change for valid link -Documentation related to the content based search and tika extractor can be found [here](https://doc.owncloud.com/ocis/next/deployment/services/s-list/search.html#content-extraction) +TODO: Documentation related to the content based search and tika extractor will be added later. ```bash # init OpenCloud @@ -396,8 +395,7 @@ make test-acceptance-api ## Running Test Suite With Antivirus Service (@antivirus) -TODO: change for valid link -Test suites that are tagged with `@antivirus` require antivirus service. The available antivirus and the configuration related to them can be found [here](https://doc.owncloud.com/ocis/next/deployment/services/s-list/antivirus.html). This documentation is only going to use `clamAv` as antivirus. +Test suites that are tagged with `@antivirus` require antivirus service. TODO The available antivirus and the configuration related to them will be added latert. This documentation is only going to use `clamav` as antivirus. ### Setup clamAV @@ -483,8 +481,7 @@ make test-acceptance-api ## Running Test Suite With Federated Sharing (@ocm) -TODO: change for valid link -Test suites that are tagged with `@ocm` require running two different OpenCloud instances. More detailed information and configuration related to it can be found [here](https://doc.owncloud.com/ocis/5.0/deployment/services/s-list/ocm.html). +Test suites that are tagged with `@ocm` require running two different OpenCloud instances. TODO More detailed information and configuration related to it will be added later. ### Setup First OpenCloud Instance