commit | 1989871a5c69658220329d5a97ff5e42cc661c9e | [log] [tgz] |
---|---|---|
author | Daniele Moro <daniele@opennetworking.org> | Thu Feb 20 22:30:45 2020 -0800 |
committer | Daniele Moro <daniele@opennetworking.org> | Fri Feb 21 14:52:57 2020 -0800 |
tree | e2fdf04698d6622659e88b2cb779c9c845d0c343 | |
parent | 6793027b9c367773ca9668dfe27131850012246a [diff] |
Bump xosapi and xosgenx dependency to 4.0.0 Change-Id: I0165963cfd04ce70f6bb76aaad41d83a7681d25a
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