mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-26 05:58:27 -05:00
Remove TEST_OCIS env
This commit is contained in:
@@ -224,7 +224,6 @@ ocis/bin/ocis server
|
||||
make test-acceptance-api \
|
||||
TEST_SERVER_URL=https://localhost:9200 \
|
||||
TEST_WITH_GRAPH_API=true \
|
||||
TEST_OCIS=true \
|
||||
```
|
||||
|
||||
#### Run Tests Transferred From ownCloud Core (prefix `coreApi`)
|
||||
@@ -233,7 +232,6 @@ TEST_OCIS=true \
|
||||
make test-acceptance-from-core-api \
|
||||
TEST_SERVER_URL=https://localhost:9200 \
|
||||
TEST_WITH_GRAPH_API=true \
|
||||
TEST_OCIS=true \
|
||||
```
|
||||
|
||||
Useful environment variables:
|
||||
@@ -291,7 +289,6 @@ If you want to work on a specific issue
|
||||
```bash
|
||||
make test-acceptance-from-core-api \
|
||||
TEST_SERVER_URL=https://localhost:9200 \
|
||||
TEST_OCIS=true \
|
||||
TEST_WITH_GRAPH_API=true \
|
||||
STORAGE_DRIVER=OCIS \
|
||||
BEHAT_FEATURE='tests/acceptance/features/coreApiVersions/fileVersions.feature:147'
|
||||
@@ -330,7 +327,6 @@ PROXY_ENABLE_BASIC_AUTH=true \
|
||||
```bash
|
||||
OCIS_WRAPPER_URL=http://localhost:5200 \
|
||||
TEST_WITH_GRAPH_API=true \
|
||||
TEST_OCIS=true \
|
||||
TEST_SERVER_URL="https://localhost:9200" \
|
||||
BEHAT_FEATURE=tests/acceptance/features/apiAsyncUpload/delayPostprocessing.feature \
|
||||
make test-acceptance-api
|
||||
@@ -379,7 +375,6 @@ Run the acceptance test with the following command:
|
||||
|
||||
```bash
|
||||
TEST_WITH_GRAPH_API=true \
|
||||
TEST_OCIS=true \
|
||||
TEST_SERVER_URL="https://localhost:9200" \
|
||||
EMAIL_HOST="localhost" \
|
||||
EMAIL_PORT=9000 \
|
||||
@@ -423,7 +418,6 @@ Run the acceptance test with the following command:
|
||||
|
||||
```bash
|
||||
TEST_WITH_GRAPH_API=true \
|
||||
TEST_OCIS=true \
|
||||
TEST_SERVER_URL="https://localhost:9200" \
|
||||
BEHAT_FEATURE="tests/acceptance/features/apiSearch/contentSearch.feature" \
|
||||
make test-acceptance-api
|
||||
@@ -464,7 +458,6 @@ make test-paralleldeployment-api \
|
||||
TEST_SERVER_URL="https://cloud.owncloud.test" \
|
||||
TEST_OC10_URL="http://localhost:8080" \
|
||||
TEST_PARALLEL_DEPLOYMENT=true \
|
||||
TEST_OCIS=true \
|
||||
TEST_WITH_LDAP=true \
|
||||
PATH_TO_CORE="<path_to_core>" \
|
||||
SKELETON_DIR="<path_to_core>/apps/testing/data/apiSkeleton"
|
||||
@@ -547,7 +540,6 @@ Run the acceptance test with the following command:
|
||||
|
||||
```bash
|
||||
TEST_WITH_GRAPH_API=true \
|
||||
TEST_OCIS=true \
|
||||
TEST_SERVER_URL="https://localhost:9200" \
|
||||
BEHAT_FEATURE="tests/acceptance/features/apiAntivirus/antivirus.feature" \
|
||||
make test-acceptance-api
|
||||
|
||||
Reference in New Issue
Block a user