Fix code coverage in LF

This is NOT needed locally, however it also works locally.
This now matches one of my ONAP repos in LF.

Change-Id: I07189f307506e6ec13ec39d7740c0e62862722d8
Signed-off-by: Tommy Carpenter <tc677g@att.com>
2 files changed
tree: 2e52c8c7f742952f7b0bc89051d7e0ed70e4d131
  1. a1/
  2. docs/
  3. integration_tests/
  4. tests/
  5. .dockerignore
  6. .gitattributes
  7. .gitignore
  8. .gitreview
  9. container-tag.yaml
  10. Dockerfile
  11. Dockerfile-Unit-Test
  12. install_deps.sh
  13. LICENSE.txt
  14. pom.xml
  15. README.md
  16. setup.py
  17. tox-integration.ini
  18. tox.ini
README.md

RIC A1 Mediator

The xApp A1 mediator exposes a generic REST API by which xApps can receive and send northbound messages. The A1 mediator will take the payload from such generic REST messages, validate the payload, and then communicate the payload to the xApp via RMR messaging.

Please see documentation in the docs/ subdirectory.