ci: add additional wopi validator tests

This commit is contained in:
Juan Pablo Villafáñez
2024-07-11 13:58:37 +02:00
parent 90fab1d4f0
commit 2b28324f85
+2 -1
View File
@@ -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)",