Bump xosapi and xosgenx dependency to 4.0.0

Change-Id: I0165963cfd04ce70f6bb76aaad41d83a7681d25a
2 files changed
tree: e2fdf04698d6622659e88b2cb779c9c845d0c343
  1. .dockerignore
  2. .gitignore
  3. .gitreview
  4. CODE_OF_CONDUCT.md
  5. Dockerfile
  6. Makefile
  7. README.md
  8. VERSION
  9. docs/
  10. loader/
  11. requirements.txt
  12. src/
  13. test/
  14. tox.ini
README.md

XOS TOSCA

Welcome to the XOS TOSCA.

Documentation

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

Support

For support please refer to:

Slack
slackin.opencord.org

Mailing List
CORD Discuss
CORD Developers

Wiki
wiki.opencord.org

Testing

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