Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

That way, other people in your team, and the integration team, can see the changes you've been working on during the workshop.

Testing Environment

You can prepare your testing environment to save some time later on:

Code Block
languagebash
> cd ~/Repos/awv/jTelescope/test
> cp ../src/Makefile .
> cp -r ~/Repos/awv/ITS/test/SIM/CDB CDB

This will give you an environment to tweak later on for testing your component's interaction with other components. You can test everything is alright in the following way:

Code Block
languagebash
> export ACS_CDB=~/Repos/awv/jTelescope/test
> acsStart


> acsStartContainer -py pySimContainer