Skip to content

Draft: TangoTest docker image

Mateusz C requested to merge docker_image into main

It would be nice to be able to run TangoTest contenerized. This would allow us to use docker run tangotest <some command> to start a server instance. Could be useful for PyTango pipeline tests.

This MR is just a proposition, I don't know if we need this, but in the new PyTango pipeline for wheels pytango!437 (closed) I would like to be able to test PyTango without any existing libtango.so preinstalled. In this case we could use TangoTest as service with docker and avoid compiling TangoTest in PyTango pipelines.

let me know what you think in the meantime

Merge request reports