[SEBA-478] Renaming xos_services in xos-services

Change-Id: I6d2a50bc92fda0fd39183ff0f12fc1a5d97faf81
15 files changed
tree: 373bbdae1627228b1d64d1477be052ee75e8b7db
  1. .dockerignore
  2. .gitignore
  3. .gitreview
  4. LICENSE.txt
  5. Makefile
  6. README.md
  7. VERSION
  8. book.json
  9. containers/
  10. docs/
  11. lib/
  12. scripts/
  13. tox.ini
  14. xos/
README.md

XOS

XOS is a framework for operationalizing a collection of disaggregated services. It is packaged as a project in the Open CORD initiative, with source code managed through https://gerrit.opencord.org. It is also mirrored at https://github.com/opencord.

You can download and use XOS either as part of CORD (see the CORD Guide for details) or as a standalone component (see the XOS Guide for details).

Also visit the XOS Wiki Page for additional information.

Testing the XOS Core

Run make test to run tests on the XOS codebase.

XOS's component libraries are stored in lib and are tested by running tox in the individual library directories.