commit | 571489fd03afbaf076b6f544b87abb287aaf988b | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Tue Feb 05 19:23:51 2019 -0700 |
committer | Andy Bavier <andy@onlab.us> | Tue Feb 05 19:46:42 2019 -0700 |
tree | cbcddded8ebadf247cf2a2ce84a672613f07f811 | |
parent | f1282946ccef5ab9001eb314ccc3a4f6a0ebe142 [diff] |
SEBA-298 Pass parser to callback in threadsafe way Change-Id: Ia7f04eca63e83d9deaab5758c47d3889aef582cf
Welcome to the XOS TOSCA.
You can find the documentation in the docs
folder. It has been created using gitbook
and can be consumed as a local website. To bring it up, just open a termina pointing to this folder and execute: gitbook serve
, then open a browser at http://localhost:4000
For support please refer to:
Slack
slackin.opencord.org
Mailing List
CORD Discuss
CORD Developers
Wiki
wiki.opencord.org
To run tests, you must first create a virtualenv with the XOS dependencies:
cd ../xos ./scripts/setup_venv.sh source venv-xos/bin/activate cd ../xos-tosca make tests