commit | 6bb2cfed26a14c33d8ab5a978fbaaae82c907b0b | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Wed Mar 27 15:01:45 2019 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Fri Mar 29 08:12:35 2019 -0700 |
tree | b8b5fc154aa1df9c9b603b1760f31d107782e0c8 | |
parent | ca1195b61589cd0af3bc57bcac42f8f35f815cf8 [diff] |
[SEBA-497] Change to using alpine-grpc-base Fix issue with nested exceptions causing an error in structlog Reformat and python3 fixes, v3.5 mock support Record execution times in the loader Change-Id: I6d7923818d57012fca32ce44668820de422206d6
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