Skip to content

mosca: Added mosca env for test and demo

Valentin Valls requested to merge flint-mosca-2 into master

This PR setup a mosca simulator for the tests and the demo.

The recipe is a copy past of the Lima one.

  • The env var MOSCA_SIMULATOR_CONDA_ENV define the env name
  • By default the env = mosca_env
  • The make file creates the conda env
  • It uses the mosca package from https://anaconda.org/esrf-bcu/mosca
  • fixture was added to launch a simulator
  • a single test check for the existance of the device proxy (until real tests are added)
Edited by Valentin Valls

Merge request reports