Commit 7e5a8ad0 authored by Łukasz Nowak's avatar Łukasz Nowak

Fix "slapos-sr-testing: Add caucase"

The caucase binary have to be explicitly provided.

This fixes commit 79ccddeb
parent a9d98dd1
Pipeline #18501 passed with stage
......@@ -298,6 +298,7 @@ eggs = ${python-interpreter:eggs}
scripts =
slapos
supervisord
caucase
[git-clone-repository]
recipe = slapos.recipe.build:gitclone
......
  • @luke if it helps, in ERP5 tests we have classes to manage a caucase service and get a certificate. It's using caucase from the software release. If you think it can be helpful in other contexts, we can maybe move this to a shared place - but if it's not just ignore this message :)

  • caucase unit test itself has such code, maybe it could be split into a "test library" and a unit test. The test library would be considered API and could provide such functions (so with care taken for reusability and interface stability). The unit test would still not be considered API.

Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment