commit | f584f7cb1ca18a792d804c148581e346253442fb | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Thu Aug 30 15:34:15 2018 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Thu Aug 30 15:50:03 2018 -0700 |
tree | d50dc13544b6025f01bb4dc29d83e46fcd2a4530 | |
parent | 7944cbe19305c5dcc70cd67c995f6bafcaeee8f9 [diff] |
Update xos-tosca to use nose2 for testing Change-Id: I74575310d3611f75da22532f668437c302cf4a29
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