[SEBA-449]

Makefile for running all XOS tests, used both by developers and
Jenkins jobs.

Includes llp's "pass over migration" #13204 patchset:

Add ability for core migration to be run/checked from outside of the repo
tree (useful in tests)

Change-Id: I47d027a5492a51273a92296e9da5310b8bc49a8c
16 files changed
tree: cd7cd9ea32472f1499d10e6233a339d4b134b081
  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.