commit | fb02356a92d575746629cf2c344234368a8f08ba | [log] [tgz] |
---|---|---|
author | Test User <test@null.com> | Thu Oct 18 10:56:45 2018 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Thu Oct 18 13:05:50 2018 -0700 |
tree | 643ba615a1d15e73e30283e97d9d935f807dee6e | |
parent | 190df2ba68a0c06421254adcfdc9943b28b92b19 [diff] |
SEBA-298 Use unique temp filename when saving recipes Change-Id: I7a18e59ac07ebbe1cc83ef5acfbe3d35967fac79
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