Skip to content

Commit

Permalink
check commit
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Nov 22, 2024
1 parent c12876d commit 53c4365
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .drone.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The test runner source for API tests
APITESTS_COMMITID=831f8eaa0bbc1afb791e5ed4abe6304722c114e5
APITESTS_BRANCH=master
APITESTS_COMMITID=327e6260ffd2d11be763ff319bef2c48927f12c8
APITESTS_BRANCH=tests/test-changes-reva
APITESTS_REPO_GIT_URL=https://github.com/owncloud/ocis.git
4 changes: 0 additions & 4 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ def virtualViews():
"OCIS_REVA_DATA_ROOT": "/drone/src/tmp/reva/data/",
"DELETE_USER_DATA_CMD": "rm -rf /drone/src/tmp/reva/data/spaces/* /drone/src/tmp/reva/data/blobs/* /drone/src/tmp/reva/data/indexes",
"STORAGE_DRIVER": "OCIS",
"SKELETON_DIR": "/drone/src/tmp/testing/data/apiSkeleton",
"TEST_REVA": "true",
"REGULAR_USER_PASSWORD": "relativity",
"SEND_SCENARIO_LINE_REFERENCES": "true",
Expand Down Expand Up @@ -608,7 +607,6 @@ def ocisIntegrationTests(parallelRuns, skipExceptParts = []):
"OCIS_REVA_DATA_ROOT": "/drone/src/tmp/reva/data/",
"DELETE_USER_DATA_CMD": "rm -rf /drone/src/tmp/reva/data/spaces/* /drone/src/tmp/reva/data/blobs/* /drone/src/tmp/reva/data/indexes/by-type/*",
"STORAGE_DRIVER": "OCIS",
"SKELETON_DIR": "/drone/src/tmp/testing/data/apiSkeleton",
"TEST_WITH_LDAP": "true",
"REVA_LDAP_HOSTNAME": "ldap",
"TEST_REVA": "true",
Expand Down Expand Up @@ -685,7 +683,6 @@ def s3ngIntegrationTests(parallelRuns, skipExceptParts = []):
"OCIS_REVA_DATA_ROOT": "/drone/src/tmp/reva/data/",
"DELETE_USER_DATA_CMD": "rm -rf /drone/src/tmp/reva/data/spaces/* /drone/src/tmp/reva/data/blobs/* /drone/src/tmp/reva/data/indexes/by-type/*",
"STORAGE_DRIVER": "S3NG",
"SKELETON_DIR": "/drone/src/tmp/testing/data/apiSkeleton",
"TEST_WITH_LDAP": "true",
"REVA_LDAP_HOSTNAME": "ldap",
"TEST_REVA": "true",
Expand Down Expand Up @@ -763,7 +760,6 @@ def posixfsIntegrationTests(parallelRuns, skipExceptParts = []):
"OCIS_REVA_DATA_ROOT": "/drone/src/tmp/reva/data/",
"DELETE_USER_DATA_CMD": "bash -cx 'rm -rf /drone/src/tmp/reva/data/users/* /drone/src/tmp/reva/data/indexes/by-type/*'",
"STORAGE_DRIVER": "POSIX",
"SKELETON_DIR": "/drone/src/tmp/testing/data/apiSkeleton",
"TEST_WITH_LDAP": "true",
"REVA_LDAP_HOSTNAME": "ldap",
"TEST_REVA": "true",
Expand Down
1 change: 0 additions & 1 deletion tests/acceptance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ This will require some PHP-related tools to run, for instance on Ubuntu you will
TEST_WITH_LDAP='true' \
OCIS_REVA_DATA_ROOT='/tmp/reva/' \
DELETE_USER_DATA_CMD="rm -rf /tmp/reva/data/nodes/root/* /tmp/reva/data/nodes/*-*-*-* /tmp/reva/data/blobs/*" \
SKELETON_DIR='./apps/testing/data/apiSkeleton' \
REVA_LDAP_HOSTNAME='localhost' \
BEHAT_FILTER_TAGS='~@skip&&~@skipOnReva&&~@env-config' \
EXPECTED_FAILURES_FILE=<path-to-reva>/tests/acceptance/expected-failures-on-OCIS-storage.md \
Expand Down

0 comments on commit 53c4365

Please sign in to comment.