commit | 1ea12207ac6dc82153d4b533f2220610fe2f1125 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Wed Jun 05 12:05:46 2019 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Wed Jun 05 12:34:37 2019 -0700 |
tree | 209a78a6174278b7f7aba8ca9b6562c63e3cf91d | |
parent | 58fac5dbe1d1a7353423d863ea90d45de435eff2 [diff] |
[SEBA-715] Upgrading xos-genx library to 3.2.7 to avoid validation errors Change-Id: I82f252c4c59177b57b57a8ef10e00cd59b161a8e
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