Commit b97ffa69 authored by marco-buttu's avatar marco-buttu
Browse files

A bit of doc

parent f2e429dd
Loading
Loading
Loading
Loading
+9 −6
Original line number Diff line number Diff line
* Quando i test passano, eseguirli con getComponent()
* Inviare email con istruzioni

Before running the component (using simulators)::
How to run the component
========================
Using simulators::

  $ discos-set centos_7_compatibility-srt --cdb test
  $ discos-simulator -s backend -t mistral start
  $ acsStart
  $ acsStartContainer -py SRTMistralContainer

To execute the tests do not run the simulator::
How to execute the tests
========================
Important: do not start the simulator because it is automatically started
before every test and stopped right after the test.  To run the tests
move to ``SRT/Servers/SRTPyMistral/test/cli/`` and execute the following
commands::

  $ discos-set centos_7_compatibility-srt --cdb test
  $ acsStart
  $ acsStartContainer -py SRTMistralContainer
  $ cd ~/centos_8_compatibility-srt/SRT/Servers/SRTPyMistral/test/cli/
  $ python test_cli.py