Skip to content

Commit

Permalink
merging ocis and core behat configs (#4831)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirajacharya2 authored Sep 5, 2024
1 parent 9878984 commit 2df3775
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .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=854332e332890fe84ebef0fb34bcd05b2988051d
APITESTS_COMMITID=0f95ab4d3cb5fe1561eb882b172b76a92b8eb13d
APITESTS_BRANCH=master
APITESTS_REPO_GIT_URL=https://github.com/owncloud/ocis.git
12 changes: 8 additions & 4 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def virtualViews():
"image": OC_CI_PHP,
"commands": [
"cd /drone/src/tmp/testrunner",
"make test-acceptance-from-core-api",
"make test-acceptance-api",
],
"environment": {
"TEST_SERVER_URL": "http://revad-services:20180",
Expand All @@ -267,6 +267,7 @@ def virtualViews():
"REGULAR_USER_PASSWORD": "relativity",
"SEND_SCENARIO_LINE_REFERENCES": "true",
"BEHAT_SUITE": "apiVirtualViews",
"ACCEPTANCE_TEST_TYPE": "core-api",
},
},
],
Expand Down Expand Up @@ -600,7 +601,7 @@ def ocisIntegrationTests(parallelRuns, skipExceptParts = []):
"image": OC_CI_PHP,
"commands": [
"cd /drone/src/tmp/testrunner",
"make test-acceptance-from-core-api",
"make test-acceptance-api",
],
"environment": {
"TEST_SERVER_URL": "http://revad-services:20080",
Expand All @@ -616,6 +617,7 @@ def ocisIntegrationTests(parallelRuns, skipExceptParts = []):
"DIVIDE_INTO_NUM_PARTS": parallelRuns,
"RUN_PART": runPart,
"EXPECTED_FAILURES_FILE": "/drone/src/tests/acceptance/expected-failures-on-OCIS-storage.md",
"ACCEPTANCE_TEST_TYPE": "core-api",
},
},
],
Expand Down Expand Up @@ -676,7 +678,7 @@ def s3ngIntegrationTests(parallelRuns, skipExceptParts = []):
"image": OC_CI_PHP,
"commands": [
"cd /drone/src/tmp/testrunner",
"make test-acceptance-from-core-api",
"make test-acceptance-api",
],
"environment": {
"TEST_SERVER_URL": "http://revad-services:20080",
Expand All @@ -692,6 +694,7 @@ def s3ngIntegrationTests(parallelRuns, skipExceptParts = []):
"DIVIDE_INTO_NUM_PARTS": parallelRuns,
"RUN_PART": runPart,
"EXPECTED_FAILURES_FILE": "/drone/src/tests/acceptance/expected-failures-on-S3NG-storage.md",
"ACCEPTANCE_TEST_TYPE": "core-api",
},
},
],
Expand Down Expand Up @@ -753,7 +756,7 @@ def posixfsIntegrationTests(parallelRuns, skipExceptParts = []):
"image": OC_CI_PHP,
"commands": [
"cd /drone/src/tmp/testrunner",
"make test-acceptance-from-core-api",
"make test-acceptance-api",
],
"environment": {
"TEST_SERVER_URL": "http://revad-services:20080",
Expand All @@ -769,6 +772,7 @@ def posixfsIntegrationTests(parallelRuns, skipExceptParts = []):
"DIVIDE_INTO_NUM_PARTS": parallelRuns,
"RUN_PART": runPart,
"EXPECTED_FAILURES_FILE": "/drone/src/tests/acceptance/expected-failures-on-POSIX-storage.md",
"ACCEPTANCE_TEST_TYPE": "core-api",
},
},
],
Expand Down

0 comments on commit 2df3775

Please sign in to comment.