mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-21 18:28:27 -05:00
ci: add additional wopi validator tests
This commit is contained in:
+2
-1
@@ -966,6 +966,7 @@ def wopiValidatorTests(ctx, storage, wopiServerType, accounts_hash_difficulty =
|
||||
]
|
||||
builtinOnlyTestGroups = [
|
||||
"PutRelativeFile",
|
||||
"RenameFileIfCreateChildFileIsNotSupported",
|
||||
]
|
||||
|
||||
ocis_bin = "ocis/bin/ocis"
|
||||
@@ -1037,7 +1038,7 @@ def wopiValidatorTests(ctx, storage, wopiServerType, accounts_hash_difficulty =
|
||||
if wopiServerType == "builtin":
|
||||
for builtinOnlyGroup in builtinOnlyTestGroups:
|
||||
validatorTests.append({
|
||||
"name": "wopiValidatorTests-%s-%s" % (storage, builtinOnlyGroup),
|
||||
"name": "wopiValidatorTests-%s" % builtinOnlyGroup,
|
||||
"image": "owncloudci/wopi-validator",
|
||||
"commands": [
|
||||
"export WOPI_TOKEN=$(cat accesstoken)",
|
||||
|
||||
Reference in New Issue
Block a user