test on ci
test on ci
run on detached mode
add wait for clam
fix syntax
fix syntax
try without wait
add clamservice to steps
use different wait for command
put sleep
test
wait for clamav service
Clean up tests and enable other tests in the ci
address reviews
add documentation
add docs for docker
address reviews
refactor docs
remove user premission as it's by default root
capitalize the letters
* format testing.md file
* move down the parallel deployment test doc
* rename ocis to oCIS
* reword docker test setup docs
* reword and refactor
* add more information to email notification tests doc
* update env varaibles
* fix brackets
* address reviews
* add note on scenario line number
* elaborate possibility of line number changes
* capitalize headline
* fix typo
* add README for ociswrapper
* add doc on how to tests env config test suites with ociswrapper
* document running tests using ociswrapper
* update local docker compose setup for running tests
* make ocis able to run with ociswrapper
* update wrapper doc
* run with ociswrapper by default
* ignore md files on codacy
* fix README format
This commit removes the `doc/service/<name>/_index.md` files for service
that provide a README.md in their own directory.
The CI's docs pipeline generates and publishes (to the `docs` branch)
the _index.md files from the READMEs. We don't need to have these files
duplicated `master` branch of the git repo. They just cause confusion
and are not kept in sync with the READMEs on the `master` branch.
References: #6142 (adoc table generator should separate envvars by semicolon AND comma)
Note to use semicolon as correct envvar separator because of the automated documentation process.
This change aligns with https://github.com/owncloud/ocis-hello/pull/138 where we have the same note.
```
**IMPORTANT:**
The `ocis-hello` example is currently under revision and does not work due to latest changes in master.
```
When referencing images or code, you must to use raw access.
Adding a bad and good example to make it clear.
No impact on readme.md but mandatory for owncloud.dev