[SEBA-715] Upgrading xos-genx library to 3.2.7 to avoid validation errors

Change-Id: I82f252c4c59177b57b57a8ef10e00cd59b161a8e
2 files changed
tree: 209a78a6174278b7f7aba8ca9b6562c63e3cf91d
  1. .dockerignore
  2. .gitignore
  3. .gitreview
  4. Dockerfile
  5. Makefile
  6. README.md
  7. VERSION
  8. docs/
  9. loader/
  10. requirements.txt
  11. src/
  12. test/
  13. 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