add wait for the wopiserver step

This commit is contained in:
Willy Kloucek
2022-11-25 08:57:33 +01:00
parent 07b971c27b
commit 3ff0c8b24a

View File

@@ -819,6 +819,13 @@ def wopiValidatorTests(ctx, storage, accounts_hash_difficulty = 4):
"/app/wopiserver.py",
],
},
{
"name": "wait-for-wopi-server",
"image": OC_CI_ALPINE,
"commands": [
"curl -k --fail --retry-connrefused --retry 7 --retry-all-errors 'http://wopiserver:8880/wopi'",
],
},
] +
ocisServer(storage, accounts_hash_difficulty, [], [], "wopi_validator") +
[