increase pytest coverage

Change-Id: I871f5fc3182e0a21b3b4c6d6e033abf8730c8d10
Issue-ID: DCAEGEN2-1264
Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
4 files changed
tree: 8d13f36fd0a531dec329b82b9cb01063ec540b08
  1. data/
  2. data-formats/
  3. etc/
  4. logs/
  5. snmptrap/
  6. spec/
  7. tests/
  8. tmp/
  9. .gitreview
  10. coverage.xml
  11. Dockerfile
  12. INFO.yaml
  13. LICENSE.txt
  14. mvn-phase-script.sh
  15. pom.xml
  16. README.md
  17. requirements.txt
  18. setup.py
  19. tox.ini
  20. version.properties
README.md

DCAE SNMPTrapReceiver

This is the repository for SNMP Trap Receiver for Open DCAE.

Build Instructions

This project is organized as a mvn project for a python application.

git clone ssh://git@<repo-address>:dcae-collectors/snmptrap.git
mvn clean install

to be completed

The application is bundled into a docker image installed by the DCAE Controller. Following is the process to creating the image:

<FIXME: add detailed instructions >