commit | 58fac5dbe1d1a7353423d863ea90d45de435eff2 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Mon May 20 16:28:09 2019 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Tue May 21 08:55:29 2019 -0700 |
tree | 2acbee4364128c3093fb061f7edd896fefbdbec3 | |
parent | 6bb2cfed26a14c33d8ab5a978fbaaae82c907b0b [diff] |
SEBA-573 Retry TOSCA loading instead of crashing Change-Id: I25aac9ac5c173f9a5a8d331365104e805632a2c6
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