wait for fakeoffice to be ready (#6754)

This commit is contained in:
Prajwol Amatya
2023-07-11 11:32:58 +05:45
committed by GitHub
parent 95d32d0e87
commit f370d270f4
+7
View File
@@ -898,6 +898,13 @@ def wopiValidatorTests(ctx, storage, accounts_hash_difficulty = 4):
"sh %s/tests/config/drone/serve-hosting-discovery.sh" % (dirs["base"]),
],
},
{
"name": "wait-for-fakeoffice",
"image": OC_CI_ALPINE,
"commands": [
"curl -k --fail --retry-connrefused --retry 9 --retry-all-errors 'http://fakeoffice:8080'",
],
},
] +
ocisServer(storage, accounts_hash_difficulty, [], [], "wopi_validator") +
[